Html Css Color HEX #B96ABB Fuchsia

📋 copy color: '#B96ABB'

red 185 ◦ green 106 ◦ blue 187

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

Shades of Fuchsia #B96ABB

Tints of Fuchsia #B96ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.12%

R = 38.7%
G = 22.18%
B = 39.12%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B96ABB (or 0xB96ABB) is known color: Fuchsia. HEX triplet: B9, 6A and BB. RGB value is (185,106,187). Sum of RGB (Red+Green+Blue) = 185+106+187=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #B96ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96ABB is #469544. Grayscale: #8A8A8A. Windows color (decimal): -4625733 or 12282553. OLE color: 12282553.

HSL color Cylindrical-coordinate representation of color #B96ABB: hue angle of 298.52º degrees, saturation: 0.37, 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 #B96ABB is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 106 187 -
CMYK 0.01 0.43 0 0.27
HSL 298.52º 0.37% 0.57% -
HSV(B) 298.52º 0.43% 0.73% -
XYZ 34.13 24.21 49.89 -
YUV 138.86 155.17 160.91 -
System Red Green Blue C M Y K H S L
Decimal 185 106 187 0.01 0.43 0 0.27 298.52 0.37 0.57
Hex B9 6A BB 1 2B 0 1B 12B 25 39
Octal 271 152 273 1 53 0 33 453 45 71
Binary 10111001 1101010 10111011 1 101011 0 11011 100101011 100101 111001

Color Harmonies of #B96ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96ABB

Black with #B96ABB

Text Example


Text Example

White with #B96ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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