Html Css Color HEX #B952AA Fuchsia

📋 copy color: '#B952AA'

red 185 ◦ green 82 ◦ blue 170

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

Shades of Fuchsia #B952AA

Tints of Fuchsia #B952AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.9%

R = 42.33%
G = 18.76%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B952AA (or 0xB952AA) is known color: Fuchsia. HEX triplet: B9, 52 and AA. RGB value is (185,82,170). Sum of RGB (Red+Green+Blue) = 185+82+170=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B952AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B952AA is #46AD55. Grayscale: #7A7A7A. Windows color (decimal): -4631894 or 11162297. OLE color: 11162297.

HSL color Cylindrical-coordinate representation of color #B952AA: hue angle of 308.74º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B952AA is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 82 170 -
CMYK 0 0.56 0.08 0.27
HSL 308.74º 0.42% 0.52% -
HSV(B) 308.74º 0.56% 0.73% -
XYZ 30.28 19.25 40.15 -
YUV 122.83 154.62 172.34 -
System Red Green Blue C M Y K H S L
Decimal 185 82 170 0 0.56 0.08 0.27 308.74 0.42 0.52
Hex B9 52 AA 0 38 8 1B 135 2A 34
Octal 271 122 252 0 70 10 33 465 52 64
Binary 10111001 1010010 10101010 0 111000 1000 11011 100110101 101010 110100

Color Harmonies of #B952AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B952AA

Black with #B952AA

Text Example


Text Example

White with #B952AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B952AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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