#b638c3

Color #B638C3 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B638C3

Tints of Fuchsia #B638C3

Color information

#B638C3 (or 0xB638C3) is unknown color: approx Fuchsia. HEX triplet: B6, 38 and C3. RGB value is (182,56,195). Sum of RGB (Red+Green+Blue) = 182+56+195=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 195 - color contains mainly: blue. Hex color #B638C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B638C3 is #49C73C. Grayscale: #6D6D6D. Windows color (decimal): -4835133 or 12794038. OLE color: 12794038.

HSL color Cylindrical-coordinate representation of color #B638C3: hue angle of 294.39º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B638C3 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18256195-
CMYK0.070.7100.24
HSL294.39º55.38%49.22%-
HSV(B)294.39º71.28%76.47%-
XYZ30.5616.7153.25-
YUV109.52176.24179.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 42.03%
GREEN value IS 56 (22.27% from 255) = 12.93%
BLUE value IS 195 (76.56% from 255) = 45.03%
R=42.03%
G=12.93%
B=45.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182561950.070.7100.24294.3955.3849.22
HexB638C37470181263731
Octal2667030371070304466761
Binary10110110111000110000111111000111011000100100110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b638c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b638c3; }

 p { color: rgb(182,56,195); }

 H1.HeaderClassName
 {
   color: #b638c3;
 }
 .AnyTagClassName
 {
   color: #b638c3;
 }
</style>
background-color css

<style>
 a { background-color: #b638c3; }

 a { background-color: rgb(182,56,195); }

 div.DivClassName
 {
   background-color: #b638c3;
 }
 .BgClassName
 {
   background-color: #b638c3;
 }
</style>
border-color css

<style>
 span { border-color: #b638c3; }

 span { border-color: rgb(182,56,195); }

 td.TdClassName
 {
   border-color: #b638c3;
 }
 .TagClassName
 {
   border-color: #b638c3;
 }
</style>