#B864C4

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

Shades of Fuchsia #B864C4

Tints of Fuchsia #B864C4

Color information

#B864C4 (or 0xB864C4) is unknown color: approx Fuchsia. HEX triplet: B8, 64 and C4. RGB value is (184,100,196). Sum of RGB (Red+Green+Blue) = 184+100+196=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 196 - color contains mainly: blue. Hex color #B864C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B864C4 is #479B3B. Grayscale: #878787. Windows color (decimal): -4692796 or 12870840. OLE color: 12870840.

HSL color Cylindrical-coordinate representation of color #B864C4: hue angle of 292.5º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B864C4 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB184100196-
CMYK0.060.4900.23
HSL292.5º44.86%58.04%-
HSV(B)292.5º48.98%76.86%-
XYZ34.2923.2954.91-
YUV136.06161.83162.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.33%
GREEN value IS 100 (39.45% from 255) = 20.83%
BLUE value IS 196 (76.95% from 255) = 40.83%
R=38.33%
G=20.83%
B=40.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1841001960.060.4900.23292.544.8658.04
HexB864C46310171242d3a
Octal2701443046610274445572
Binary10111000110010011000100110110001010111100100100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B864C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B864C4; }

 p { color: rgb(184,100,196); }

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

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

 a { background-color: rgb(184,100,196); }

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

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

 span { border-color: rgb(184,100,196); }

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