Html Css Color HEX #B96CBB Fuchsia

📋 copy color: '#B96CBB'

red 185 ◦ green 108 ◦ blue 187

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

Shades of Fuchsia #B96CBB

Tints of Fuchsia #B96CBB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.5%

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

R = 38.54%
G = 22.5%
B = 38.96%

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

#B96CBB (or 0xB96CBB) is known color: Fuchsia. HEX triplet: B9, 6C and BB. RGB value is (185,108,187). Sum of RGB (Red+Green+Blue) = 185+108+187=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #B96CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96CBB is #469344. Grayscale: #8B8B8B. Windows color (decimal): -4625221 or 12283065. OLE color: 12283065.

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

Color convert

RGB 185 108 187 -
CMYK 0.01 0.42 0 0.27
HSL 298.48º 0.37% 0.58% -
HSV(B) 298.48º 0.42% 0.73% -
XYZ 34.34 24.63 49.96 -
YUV 140.03 154.51 160.08 -
System Red Green Blue C M Y K H S L
Decimal 185 108 187 0.01 0.42 0 0.27 298.48 0.37 0.58
Hex B9 6C BB 1 2A 0 1B 12A 25 3A
Octal 271 154 273 1 52 0 33 452 45 72
Binary 10111001 1101100 10111011 1 101010 0 11011 100101010 100101 111010

Color Harmonies of #B96CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96CBB

Black with #B96CBB

Text Example


Text Example

White with #B96CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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