Html Css Color HEX #B952AD Fuchsia

📋 copy color: '#B952AD'

red 185 ◦ green 82 ◦ blue 173

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

Shades of Fuchsia #B952AD

Tints of Fuchsia #B952AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.32%

R = 42.05%
G = 18.64%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B952AD (or 0xB952AD) is known color: Fuchsia. HEX triplet: B9, 52 and AD. RGB value is (185,82,173). Sum of RGB (Red+Green+Blue) = 185+82+173=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B952AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B952AD is #46AD52. Grayscale: #7A7A7A. Windows color (decimal): -4631891 or 11358905. OLE color: 11358905.

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

Color convert

RGB 185 82 173 -
CMYK 0 0.56 0.06 0.27
HSL 306.99º 0.42% 0.52% -
HSV(B) 306.99º 0.56% 0.73% -
XYZ 30.57 19.37 41.66 -
YUV 123.17 156.12 172.1 -
System Red Green Blue C M Y K H S L
Decimal 185 82 173 0 0.56 0.06 0.27 306.99 0.42 0.52
Hex B9 52 AD 0 38 6 1B 133 2A 34
Octal 271 122 255 0 70 6 33 463 52 64
Binary 10111001 1010010 10101101 0 111000 110 11011 100110011 101010 110100

Color Harmonies of #B952AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B952AD

Black with #B952AD

Text Example


Text Example

White with #B952AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B952AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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