#B869BE

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

Shades of Fuchsia #B869BE

Tints of Fuchsia #B869BE

Color information

#B869BE (or 0xB869BE) is unknown color: approx Fuchsia. HEX triplet: B8, 69 and BE. RGB value is (184,105,190). Sum of RGB (Red+Green+Blue) = 184+105+190=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #B869BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B869BE is #479641. Grayscale: #8A8A8A. Windows color (decimal): -4691522 or 12478904. OLE color: 12478904.

HSL color Cylindrical-coordinate representation of color #B869BE: hue angle of 295.76º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B869BE is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184105190-
CMYK0.030.4500.25
HSL295.76º39.53%57.84%-
HSV(B)295.76º44.74%74.51%-
XYZ34.1124.0151.55-
YUV138.31157.17160.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.41%
GREEN value IS 105 (41.41% from 255) = 21.92%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=38.41%
G=21.92%
B=39.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841051900.030.4500.25295.7639.5357.84
HexB869BE32D019128283a
Octal2701512763550314505072
Binary1011100011010011011111011101101011001100101000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B869BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B869BE; }

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

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

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

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

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

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

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

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