#B850BD

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

Shades of Fuchsia #B850BD

Tints of Fuchsia #B850BD

Color information

#B850BD (or 0xB850BD) is unknown color: approx Fuchsia. HEX triplet: B8, 50 and BD. RGB value is (184,80,189). Sum of RGB (Red+Green+Blue) = 184+80+189=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #B850BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B850BD is #47AF42. Grayscale: #7B7B7B. Windows color (decimal): -4697923 or 12406968. OLE color: 12406968.

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

Color convert

RGB18480189-
CMYK0.030.5800.26
HSL297.25º45.23%52.75%-
HSV(B)297.25º57.67%74.12%-
XYZ31.8219.650.25-
YUV123.52164.96171.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.62%
GREEN value IS 80 (31.64% from 255) = 17.66%
BLUE value IS 189 (74.22% from 255) = 41.72%
R=40.62%
G=17.66%
B=41.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184801890.030.5800.26297.2545.2352.75
HexB850BD33A01A1292d35
Octal2701202753720324515565
Binary1011100010100001011110111111010011010100101001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B850BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B850BD; }

 p { color: rgb(184,80,189); }

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

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

 a { background-color: rgb(184,80,189); }

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

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

 span { border-color: rgb(184,80,189); }

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