#B952C4

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

Shades of Fuchsia #B952C4

Tints of Fuchsia #B952C4

Color information

#B952C4 (or 0xB952C4) is unknown color: approx Fuchsia. HEX triplet: B9, 52 and C4. RGB value is (185,82,196). Sum of RGB (Red+Green+Blue) = 185+82+196=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 196 - color contains mainly: blue. Hex color #B952C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B952C4 is #46AD3B. Grayscale: #7D7D7D. Windows color (decimal): -4631868 or 12866233. OLE color: 12866233.

HSL color Cylindrical-coordinate representation of color #B952C4: hue angle of 294.21º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B952C4 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18582196-
CMYK0.060.5800.23
HSL294.21º49.14%54.51%-
HSV(B)294.21º58.16%76.86%-
XYZ32.9920.3354.41-
YUV125.79167.62170.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 82 (32.42% from 255) = 17.71%
BLUE value IS 196 (76.95% from 255) = 42.33%
R=39.96%
G=17.71%
B=42.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal185821960.060.5800.23294.2149.1454.51
HexB952C463A0171263137
Octal2711223046720274466167
Binary10111001101001011000100110111010010111100100110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B952C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B952C4; }

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

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

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

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

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

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

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

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