#B952BD

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

Shades of Fuchsia #B952BD

Tints of Fuchsia #B952BD

Color information

#B952BD (or 0xB952BD) is unknown color: approx Fuchsia. HEX triplet: B9, 52 and BD. RGB value is (185,82,189). Sum of RGB (Red+Green+Blue) = 185+82+189=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #B952BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B952BD is #46AD42. Grayscale: #7C7C7C. Windows color (decimal): -4631875 or 12407481. OLE color: 12407481.

HSL color Cylindrical-coordinate representation of color #B952BD: hue angle of 297.76º 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 #B952BD is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18582189-
CMYK0.020.5700.26
HSL297.76º44.77%53.14%-
HSV(B)297.76º56.61%74.12%-
XYZ32.2120.0250.31-
YUV125164.12170.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 82 (32.42% from 255) = 17.98%
BLUE value IS 189 (74.22% from 255) = 41.45%
R=40.57%
G=17.98%
B=41.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185821890.020.5700.26297.7644.7753.14
HexB952BD23901A12a2d35
Octal2711222752710324525565
Binary1011100110100101011110110111001011010100101010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B952BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B952BD; }

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

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

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

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

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

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

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

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