Html Css Color HEX #B96BBA Fuchsia

📋 copy color: '#B96BBA'

red 185 ◦ green 107 ◦ blue 186

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

Shades of Fuchsia #B96BBA

Tints of Fuchsia #B96BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.38%

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

R = 38.7%
G = 22.38%
B = 38.91%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B96BBA (or 0xB96BBA) is known color: Fuchsia. HEX triplet: B9, 6B and BA. RGB value is (185,107,186). Sum of RGB (Red+Green+Blue) = 185+107+186=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #B96BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BBA is #469445. Grayscale: #8B8B8B. Windows color (decimal): -4625478 or 12217273. OLE color: 12217273.

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

Color convert

RGB 185 107 186 -
CMYK 0.01 0.42 0 0.27
HSL 299.24º 0.36% 0.57% -
HSV(B) 299.24º 0.42% 0.73% -
XYZ 34.13 24.37 49.36 -
YUV 139.33 154.34 160.58 -
System Red Green Blue C M Y K H S L
Decimal 185 107 186 0.01 0.42 0 0.27 299.24 0.36 0.57
Hex B9 6B BA 1 2A 0 1B 12B 24 39
Octal 271 153 272 1 52 0 33 453 44 71
Binary 10111001 1101011 10111010 1 101010 0 11011 100101011 100100 111001

Color Harmonies of #B96BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96BBA

Black with #B96BBA

Text Example


Text Example

White with #B96BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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