Html Css Color HEX #B96CB8 Fuchsia

📋 copy color: '#B96CB8'

red 185 ◦ green 108 ◦ blue 184

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

Shades of Fuchsia #B96CB8

Tints of Fuchsia #B96CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.57%

R = 38.78%
G = 22.64%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#B96CB8 (or 0xB96CB8) is known color: Fuchsia. HEX triplet: B9, 6C and B8. RGB value is (185,108,184). Sum of RGB (Red+Green+Blue) = 185+108+184=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B96CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96CB8 is #469347. Grayscale: #8B8B8B. Windows color (decimal): -4625224 or 12086457. OLE color: 12086457.

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

Color convert

RGB 185 108 184 -
CMYK 0 0.42 0.01 0.27
HSL 300.78º 0.35% 0.57% -
HSV(B) 300.78º 0.42% 0.73% -
XYZ 34.02 24.5 48.28 -
YUV 139.69 153.01 160.32 -
System Red Green Blue C M Y K H S L
Decimal 185 108 184 0 0.42 0.01 0.27 300.78 0.35 0.57
Hex B9 6C B8 0 2A 1 1B 12D 23 39
Octal 271 154 270 0 52 1 33 455 43 71
Binary 10111001 1101100 10111000 0 101010 1 11011 100101101 100011 111001

Color Harmonies of #B96CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96CB8

Black with #B96CB8

Text Example


Text Example

White with #B96CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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