#B852BD

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

Shades of Fuchsia #B852BD

Tints of Fuchsia #B852BD

Color information

#B852BD (or 0xB852BD) is unknown color: approx Fuchsia. HEX triplet: B8, 52 and BD. RGB value is (184,82,189). Sum of RGB (Red+Green+Blue) = 184+82+189=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #B852BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B852BD is #47AD42. Grayscale: #7C7C7C. Windows color (decimal): -4697411 or 12407480. OLE color: 12407480.

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

Color convert

RGB18482189-
CMYK0.030.5700.26
HSL297.2º44.77%53.14%-
HSV(B)297.2º56.61%74.12%-
XYZ31.9719.950.3-
YUV124.7164.29170.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 82 (32.42% from 255) = 18.02%
BLUE value IS 189 (74.22% from 255) = 41.54%
R=40.44%
G=18.02%
B=41.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184821890.030.5700.26297.244.7753.14
HexB852BD33901A1292d35
Octal2701222753710324515565
Binary1011100010100101011110111111001011010100101001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B852BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B852BD; }

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

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

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

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

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

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

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

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