Html Css Color HEX #B95AAF Fuchsia

📋 copy color: '#B95AAF'

red 185 ◦ green 90 ◦ blue 175

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

Shades of Fuchsia #B95AAF

Tints of Fuchsia #B95AAF

RGB

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

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

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

R = 41.11%
G = 20%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B95AAF (or 0xB95AAF) is known color: Fuchsia. HEX triplet: B9, 5A and AF. RGB value is (185,90,175). Sum of RGB (Red+Green+Blue) = 185+90+175=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B95AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95AAF is #46A550. Grayscale: #7F7F7F. Windows color (decimal): -4629841 or 11492025. OLE color: 11492025.

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

Color convert

RGB 185 90 175 -
CMYK 0 0.51 0.05 0.27
HSL 306.32º 0.4% 0.54% -
HSV(B) 306.32º 0.51% 0.73% -
XYZ 31.4 20.72 42.9 -
YUV 128.1 154.47 168.59 -
System Red Green Blue C M Y K H S L
Decimal 185 90 175 0 0.51 0.05 0.27 306.32 0.4 0.54
Hex B9 5A AF 0 33 5 1B 132 28 36
Octal 271 132 257 0 63 5 33 462 50 66
Binary 10111001 1011010 10101111 0 110011 101 11011 100110010 101000 110110

Color Harmonies of #B95AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95AAF

Black with #B95AAF

Text Example


Text Example

White with #B95AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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