#b952be

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

Shades of Fuchsia #B952BE

Tints of Fuchsia #B952BE

Color information

#B952BE (or 0xB952BE) is unknown color: approx Fuchsia. HEX triplet: B9, 52 and BE. RGB value is (185,82,190). Sum of RGB (Red+Green+Blue) = 185+82+190=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #B952BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B952BE is #46AD41. Grayscale: #7C7C7C. Windows color (decimal): -4631874 or 12473017. OLE color: 12473017.

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

Color convert

RGB18582190-
CMYK0.030.5700.25
HSL297.22º45.38%53.33%-
HSV(B)297.22º56.84%74.51%-
XYZ32.3220.0750.89-
YUV125.11164.62170.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 82 (32.42% from 255) = 17.94%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=40.48%
G=17.94%
B=41.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185821900.030.5700.25297.2245.3853.33
HexB952BE3390191292d35
Octal2711222763710314515565
Binary1011100110100101011111011111001011001100101001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b952be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b952be; }

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

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

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

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

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

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

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

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