Html Css Color HEX #B96ABA Fuchsia

📋 copy color: '#B96ABA'

red 185 ◦ green 106 ◦ blue 186

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

Shades of Fuchsia #B96ABA

Tints of Fuchsia #B96ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.99%

R = 38.78%
G = 22.22%
B = 38.99%

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

#B96ABA (or 0xB96ABA) is known color: Fuchsia. HEX triplet: B9, 6A and BA. RGB value is (185,106,186). Sum of RGB (Red+Green+Blue) = 185+106+186=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #B96ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96ABA is #469545. Grayscale: #8A8A8A. Windows color (decimal): -4625734 or 12217017. OLE color: 12217017.

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

Color convert

RGB 185 106 186 -
CMYK 0.01 0.43 0 0.27
HSL 299.25º 0.37% 0.57% -
HSV(B) 299.25º 0.43% 0.73% -
XYZ 34.02 24.17 49.33 -
YUV 138.74 154.67 161 -
System Red Green Blue C M Y K H S L
Decimal 185 106 186 0.01 0.43 0 0.27 299.25 0.37 0.57
Hex B9 6A BA 1 2B 0 1B 12B 25 39
Octal 271 152 272 1 53 0 33 453 45 71
Binary 10111001 1101010 10111010 1 101011 0 11011 100101011 100101 111001

Color Harmonies of #B96ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96ABA

Black with #B96ABA

Text Example


Text Example

White with #B96ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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