Html Css Color HEX #B95CAF Fuchsia

📋 copy color: '#B95CAF'

red 185 ◦ green 92 ◦ blue 175

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

Shades of Fuchsia #B95CAF

Tints of Fuchsia #B95CAF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.35%

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

R = 40.93%
G = 20.35%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B95CAF (or 0xB95CAF) is known color: Fuchsia. HEX triplet: B9, 5C and AF. RGB value is (185,92,175). Sum of RGB (Red+Green+Blue) = 185+92+175=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B95CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95CAF is #46A350. Grayscale: #818181. Windows color (decimal): -4629329 or 11492537. OLE color: 11492537.

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

Color convert

RGB 185 92 175 -
CMYK 0 0.50 0.05 0.27
HSL 306.45º 0.4% 0.54% -
HSV(B) 306.45º 0.5% 0.73% -
XYZ 31.57 21.06 42.96 -
YUV 129.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 185 92 175 0 0.50 0.05 0.27 306.45 0.4 0.54
Hex B9 5C AF 0 32 5 1B 132 28 36
Octal 271 134 257 0 62 5 33 462 50 66
Binary 10111001 1011100 10101111 0 110010 101 11011 100110010 101000 110110

Color Harmonies of #B95CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95CAF

Black with #B95CAF

Text Example


Text Example

White with #B95CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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