Html Css Color HEX #B952AB Fuchsia

📋 copy color: '#B952AB'

red 185 ◦ green 82 ◦ blue 171

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

Shades of Fuchsia #B952AB

Tints of Fuchsia #B952AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.04%

R = 42.24%
G = 18.72%
B = 39.04%

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

#B952AB (or 0xB952AB) is known color: Fuchsia. HEX triplet: B9, 52 and AB. RGB value is (185,82,171). Sum of RGB (Red+Green+Blue) = 185+82+171=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B952AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B952AB is #46AD54. Grayscale: #7A7A7A. Windows color (decimal): -4631893 or 11227833. OLE color: 11227833.

HSL color Cylindrical-coordinate representation of color #B952AB: hue angle of 308.16º 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 #B952AB is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 82 171 -
CMYK 0 0.56 0.08 0.27
HSL 308.16º 0.42% 0.52% -
HSV(B) 308.16º 0.56% 0.73% -
XYZ 30.38 19.29 40.65 -
YUV 122.94 155.12 172.26 -
System Red Green Blue C M Y K H S L
Decimal 185 82 171 0 0.56 0.08 0.27 308.16 0.42 0.52
Hex B9 52 AB 0 38 8 1B 134 2A 34
Octal 271 122 253 0 70 10 33 464 52 64
Binary 10111001 1010010 10101011 0 111000 1000 11011 100110100 101010 110100

Color Harmonies of #B952AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B952AB

Black with #B952AB

Text Example


Text Example

White with #B952AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B952AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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