Html Css Color HEX #B96FBA Fuchsia

📋 copy color: '#B96FBA'

red 185 ◦ green 111 ◦ blue 186

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

Shades of Fuchsia #B96FBA

Tints of Fuchsia #B96FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.03%

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

R = 38.38%
G = 23.03%
B = 38.59%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B96FBA (or 0xB96FBA) is known color: Fuchsia. HEX triplet: B9, 6F and BA. RGB value is (185,111,186). Sum of RGB (Red+Green+Blue) = 185+111+186=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #B96FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FBA is #469045. Grayscale: #8D8D8D. Windows color (decimal): -4624454 or 12218297. OLE color: 12218297.

HSL color Cylindrical-coordinate representation of color #B96FBA: hue angle of 299.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B96FBA is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 111 186 -
CMYK 0.01 0.40 0 0.27
HSL 299.2º 0.35% 0.58% -
HSV(B) 299.2º 0.4% 0.73% -
XYZ 34.55 25.23 49.5 -
YUV 141.68 153.02 158.9 -
System Red Green Blue C M Y K H S L
Decimal 185 111 186 0.01 0.40 0 0.27 299.2 0.35 0.58
Hex B9 6F BA 1 28 0 1B 12B 23 3A
Octal 271 157 272 1 50 0 33 453 43 72
Binary 10111001 1101111 10111010 1 101000 0 11011 100101011 100011 111010

Color Harmonies of #B96FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FBA

Black with #B96FBA

Text Example


Text Example

White with #B96FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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