Html Css Color HEX #B96AB0 Fuchsia

📋 copy color: '#B96AB0'

red 185 ◦ green 106 ◦ blue 176

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

Shades of Fuchsia #B96AB0

Tints of Fuchsia #B96AB0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.7%

 BLUE value IS 176 (69.14% from 255) = 37.69%

R = 39.61%
G = 22.7%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B96AB0 (or 0xB96AB0) is known color: Fuchsia. HEX triplet: B9, 6A and B0. RGB value is (185,106,176). Sum of RGB (Red+Green+Blue) = 185+106+176=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B96AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96AB0 is #46954F. Grayscale: #898989. Windows color (decimal): -4625744 or 11561657. OLE color: 11561657.

HSL color Cylindrical-coordinate representation of color #B96AB0: hue angle of 306.84º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B96AB0 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 106 176 -
CMYK 0 0.43 0.05 0.27
HSL 306.84º 0.36% 0.57% -
HSV(B) 306.84º 0.43% 0.73% -
XYZ 33 23.76 43.92 -
YUV 137.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 185 106 176 0 0.43 0.05 0.27 306.84 0.36 0.57
Hex B9 6A B0 0 2B 5 1B 133 24 39
Octal 271 152 260 0 53 5 33 463 44 71
Binary 10111001 1101010 10110000 0 101011 101 11011 100110011 100100 111001

Color Harmonies of #B96AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96AB0

Black with #B96AB0

Text Example


Text Example

White with #B96AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96AB0; }

 p { color: rgb(185,106,176); }

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

background-color css

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

 a { background-color: rgb(185,106,176); }

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

border-color css

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

 span { border-color: rgb(185,106,176); }

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