Html Css Color HEX #B96CB2 Fuchsia

📋 copy color: '#B96CB2'

red 185 ◦ green 108 ◦ blue 178

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

Shades of Fuchsia #B96CB2

Tints of Fuchsia #B96CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.79%

R = 39.28%
G = 22.93%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B96CB2 (or 0xB96CB2) is known color: Fuchsia. HEX triplet: B9, 6C and B2. RGB value is (185,108,178). Sum of RGB (Red+Green+Blue) = 185+108+178=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B96CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96CB2 is #46934D. Grayscale: #8A8A8A. Windows color (decimal): -4625230 or 11693241. OLE color: 11693241.

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

Color convert

RGB 185 108 178 -
CMYK 0 0.42 0.04 0.27
HSL 305.45º 0.35% 0.57% -
HSV(B) 305.45º 0.42% 0.73% -
XYZ 33.41 24.25 45.04 -
YUV 139 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 185 108 178 0 0.42 0.04 0.27 305.45 0.35 0.57
Hex B9 6C B2 0 2A 4 1B 131 23 39
Octal 271 154 262 0 52 4 33 461 43 71
Binary 10111001 1101100 10110010 0 101010 100 11011 100110001 100011 111001

Color Harmonies of #B96CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96CB2

Black with #B96CB2

Text Example


Text Example

White with #B96CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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