#B868B2

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

Shades of Fuchsia #B868B2

Tints of Fuchsia #B868B2

Color information

#B868B2 (or 0xB868B2) is unknown color: approx Fuchsia. HEX triplet: B8, 68 and B2. RGB value is (184,104,178). Sum of RGB (Red+Green+Blue) = 184+104+178=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B868B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B868B2 is #47974D. Grayscale: #888888. Windows color (decimal): -4691790 or 11692216. OLE color: 11692216.

HSL color Cylindrical-coordinate representation of color #B868B2: hue angle of 304.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B868B2 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB184104178-
CMYK00.430.030.28
HSL304.5º36.04%56.47%-
HSV(B)304.5º43.48%72.16%-
XYZ32.7523.3144.89-
YUV136.36151.5161.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.48%
GREEN value IS 104 (41.02% from 255) = 22.32%
BLUE value IS 178 (69.92% from 255) = 38.20%
R=39.48%
G=22.32%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410417800.430.030.28304.536.0456.47
HexB868B202B31C1302438
Octal2701502620533344604470
Binary1011100011010001011001001010111111100100110000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B868B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B868B2; }

 p { color: rgb(184,104,178); }

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

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

 a { background-color: rgb(184,104,178); }

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

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

 span { border-color: rgb(184,104,178); }

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