Html Css Color HEX #B952C3 Fuchsia

📋 copy color: '#B952C3'

red 185 ◦ green 82 ◦ blue 195

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

Shades of Fuchsia #B952C3

Tints of Fuchsia #B952C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.21%

R = 40.04%
G = 17.75%
B = 42.21%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B952C3 (or 0xB952C3) is known color: Fuchsia. HEX triplet: B9, 52 and C3. RGB value is (185,82,195). Sum of RGB (Red+Green+Blue) = 185+82+195=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 195 - color contains mainly: blue. Hex color #B952C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B952C3 is #46AD3C. Grayscale: #7D7D7D. Windows color (decimal): -4631869 or 12800697. OLE color: 12800697.

HSL color Cylindrical-coordinate representation of color #B952C3: hue angle of 294.69º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B952C3 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 82 195 -
CMYK 0.05 0.58 0 0.24
HSL 294.69º 0.48% 0.54% -
HSV(B) 294.69º 0.58% 0.76% -
XYZ 32.88 20.29 53.81 -
YUV 125.68 167.12 170.31 -
System Red Green Blue C M Y K H S L
Decimal 185 82 195 0.05 0.58 0 0.24 294.69 0.48 0.54
Hex B9 52 C3 5 3A 0 18 127 30 36
Octal 271 122 303 5 72 0 30 447 60 66
Binary 10111001 1010010 11000011 101 111010 0 11000 100100111 110000 110110

Color Harmonies of #B952C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B952C3

Black with #B952C3

Text Example


Text Example

White with #B952C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B952C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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