Html Css Color HEX #B95DAC Fuchsia

📋 copy color: '#B95DAC'

red 185 ◦ green 93 ◦ blue 172

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

Shades of Fuchsia #B95DAC

Tints of Fuchsia #B95DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.67%

 BLUE value IS 172 (67.58% from 255) = 38.22%

R = 41.11%
G = 20.67%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B95DAC (or 0xB95DAC) is known color: Fuchsia. HEX triplet: B9, 5D and AC. RGB value is (185,93,172). Sum of RGB (Red+Green+Blue) = 185+93+172=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B95DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95DAC is #46A253. Grayscale: #818181. Windows color (decimal): -4629076 or 11296185. OLE color: 11296185.

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

Color convert

RGB 185 93 172 -
CMYK 0 0.50 0.07 0.27
HSL 308.48º 0.4% 0.55% -
HSV(B) 308.48º 0.5% 0.73% -
XYZ 31.37 21.12 41.45 -
YUV 129.51 151.98 167.58 -
System Red Green Blue C M Y K H S L
Decimal 185 93 172 0 0.50 0.07 0.27 308.48 0.4 0.55
Hex B9 5D AC 0 32 7 1B 134 28 37
Octal 271 135 254 0 62 7 33 464 50 67
Binary 10111001 1011101 10101100 0 110010 111 11011 100110100 101000 110111

Color Harmonies of #B95DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95DAC

Black with #B95DAC

Text Example


Text Example

White with #B95DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95DAC; }

 p { color: rgb(185,93,172); }

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

background-color css

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

 a { background-color: rgb(185,93,172); }

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

border-color css

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

 span { border-color: rgb(185,93,172); }

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