Html Css Color HEX #B950AD Fuchsia

📋 copy color: '#B950AD'

red 185 ◦ green 80 ◦ blue 173

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

Shades of Fuchsia #B950AD

Tints of Fuchsia #B950AD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.26%

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

R = 42.24%
G = 18.26%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B950AD (or 0xB950AD) is known color: Fuchsia. HEX triplet: B9, 50 and AD. RGB value is (185,80,173). Sum of RGB (Red+Green+Blue) = 185+80+173=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B950AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B950AD is #46AF52. Grayscale: #797979. Windows color (decimal): -4632403 or 11358393. OLE color: 11358393.

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

Color convert

RGB 185 80 173 -
CMYK 0 0.57 0.06 0.27
HSL 306.86º 0.43% 0.52% -
HSV(B) 306.86º 0.57% 0.73% -
XYZ 30.42 19.07 41.61 -
YUV 122 156.79 172.94 -
System Red Green Blue C M Y K H S L
Decimal 185 80 173 0 0.57 0.06 0.27 306.86 0.43 0.52
Hex B9 50 AD 0 39 6 1B 133 2B 34
Octal 271 120 255 0 71 6 33 463 53 64
Binary 10111001 1010000 10101101 0 111001 110 11011 100110011 101011 110100

Color Harmonies of #B950AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B950AD

Black with #B950AD

Text Example


Text Example

White with #B950AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B950AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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