Html Css Color HEX #B952C0 Fuchsia

📋 copy color: '#B952C0'

red 185 ◦ green 82 ◦ blue 192

#B952C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #B952C0

Tints of Fuchsia #B952C0

RGB

 RED value IS 185 (72.66% from 255) = 40.31%

 GREEN value IS 82 (32.42% from 255) = 17.86%

 BLUE value IS 192 (75.39% from 255) = 41.83%

R = 40.31%
G = 17.86%
B = 41.83%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B952C0 (or 0xB952C0) is known color: Fuchsia. HEX triplet: B9, 52 and C0. RGB value is (185,82,192). Sum of RGB (Red+Green+Blue) = 185+82+192=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 192 - color contains mainly: blue. Hex color #B952C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B952C0 is #46AD3F. Grayscale: #7D7D7D. Windows color (decimal): -4631872 or 12604089. OLE color: 12604089.

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

Color convert

RGB 185 82 192 -
CMYK 0.04 0.57 0 0.25
HSL 296.18º 0.47% 0.54% -
HSV(B) 296.18º 0.57% 0.75% -
XYZ 32.54 20.15 52.04 -
YUV 125.34 165.62 170.56 -
System Red Green Blue C M Y K H S L
Decimal 185 82 192 0.04 0.57 0 0.25 296.18 0.47 0.54
Hex B9 52 C0 4 39 0 19 128 2F 36
Octal 271 122 300 4 71 0 31 450 57 66
Binary 10111001 1010010 11000000 100 111001 0 11001 100101000 101111 110110

Color Harmonies of #B952C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B952C0

Black with #B952C0

Text Example


Text Example

White with #B952C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B952C0; }

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

 H1.HeaderClassName
 {
   color: #B952C0;
 }
 .AnyTagClassName
 {
   color: #B952C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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