Html Css Color HEX #B95AAA Fuchsia

📋 copy color: '#B95AAA'

red 185 ◦ green 90 ◦ blue 170

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

Shades of Fuchsia #B95AAA

Tints of Fuchsia #B95AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.22%

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

R = 41.57%
G = 20.22%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B95AAA (or 0xB95AAA) is known color: Fuchsia. HEX triplet: B9, 5A and AA. RGB value is (185,90,170). Sum of RGB (Red+Green+Blue) = 185+90+170=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B95AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95AAA is #46A555. Grayscale: #7F7F7F. Windows color (decimal): -4629846 or 11164345. OLE color: 11164345.

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

Color convert

RGB 185 90 170 -
CMYK 0 0.51 0.08 0.27
HSL 309.47º 0.4% 0.54% -
HSV(B) 309.47º 0.51% 0.73% -
XYZ 30.92 20.53 40.36 -
YUV 127.53 151.97 169 -
System Red Green Blue C M Y K H S L
Decimal 185 90 170 0 0.51 0.08 0.27 309.47 0.4 0.54
Hex B9 5A AA 0 33 8 1B 135 28 36
Octal 271 132 252 0 63 10 33 465 50 66
Binary 10111001 1011010 10101010 0 110011 1000 11011 100110101 101000 110110

Color Harmonies of #B95AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95AAA

Black with #B95AAA

Text Example


Text Example

White with #B95AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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