Html Css Color HEX #B952AF Fuchsia

📋 copy color: '#B952AF'

red 185 ◦ green 82 ◦ blue 175

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

Shades of Fuchsia #B952AF

Tints of Fuchsia #B952AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.59%

R = 41.86%
G = 18.55%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B952AF (or 0xB952AF) is known color: Fuchsia. HEX triplet: B9, 52 and AF. RGB value is (185,82,175). Sum of RGB (Red+Green+Blue) = 185+82+175=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B952AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B952AF is #46AD50. Grayscale: #7B7B7B. Windows color (decimal): -4631889 or 11489977. OLE color: 11489977.

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

Color convert

RGB 185 82 175 -
CMYK 0 0.56 0.05 0.27
HSL 305.83º 0.42% 0.52% -
HSV(B) 305.83º 0.56% 0.73% -
XYZ 30.76 19.44 42.69 -
YUV 123.4 157.12 171.94 -
System Red Green Blue C M Y K H S L
Decimal 185 82 175 0 0.56 0.05 0.27 305.83 0.42 0.52
Hex B9 52 AF 0 38 5 1B 132 2A 34
Octal 271 122 257 0 70 5 33 462 52 64
Binary 10111001 1010010 10101111 0 111000 101 11011 100110010 101010 110100

Color Harmonies of #B952AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B952AF

Black with #B952AF

Text Example


Text Example

White with #B952AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B952AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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