Html Css Color HEX #B95BAC Fuchsia

📋 copy color: '#B95BAC'

red 185 ◦ green 91 ◦ blue 172

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

Shades of Fuchsia #B95BAC

Tints of Fuchsia #B95BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.31%

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

R = 41.29%
G = 20.31%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B95BAC (or 0xB95BAC) is known color: Fuchsia. HEX triplet: B9, 5B and AC. RGB value is (185,91,172). Sum of RGB (Red+Green+Blue) = 185+91+172=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B95BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95BAC is #46A453. Grayscale: #808080. Windows color (decimal): -4629588 or 11295673. OLE color: 11295673.

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

Color convert

RGB 185 91 172 -
CMYK 0 0.51 0.07 0.27
HSL 308.3º 0.4% 0.54% -
HSV(B) 308.3º 0.51% 0.73% -
XYZ 31.2 20.78 41.4 -
YUV 128.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 185 91 172 0 0.51 0.07 0.27 308.3 0.4 0.54
Hex B9 5B AC 0 33 7 1B 134 28 36
Octal 271 133 254 0 63 7 33 464 50 66
Binary 10111001 1011011 10101100 0 110011 111 11011 100110100 101000 110110

Color Harmonies of #B95BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95BAC

Black with #B95BAC

Text Example


Text Example

White with #B95BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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