#B869B2

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

Shades of Fuchsia #B869B2

Tints of Fuchsia #B869B2

Color information

#B869B2 (or 0xB869B2) is unknown color: approx Fuchsia. HEX triplet: B8, 69 and B2. RGB value is (184,105,178). Sum of RGB (Red+Green+Blue) = 184+105+178=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B869B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B869B2 is #47964D. Grayscale: #888888. Windows color (decimal): -4691534 or 11692472. OLE color: 11692472.

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

Color convert

RGB184105178-
CMYK00.430.030.28
HSL304.56º35.75%56.67%-
HSV(B)304.56º42.93%72.16%-
XYZ32.8523.5144.93-
YUV136.94151.17161.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.40%
GREEN value IS 105 (41.41% from 255) = 22.48%
BLUE value IS 178 (69.92% from 255) = 38.12%
R=39.40%
G=22.48%
B=38.12%

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
Decimal18410517800.430.030.28304.5635.7556.67
HexB869B202B31C1312439
Octal2701512620533344614471
Binary1011100011010011011001001010111111100100110001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B869B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B869B2; }

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

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

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

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

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

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

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

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