Html Css Color HEX #B96EC1 Fuchsia

📋 copy color: '#B96EC1'

red 185 ◦ green 110 ◦ blue 193

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

Shades of Fuchsia #B96EC1

Tints of Fuchsia #B96EC1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.54%

 BLUE value IS 193 (75.78% from 255) = 39.55%

R = 37.91%
G = 22.54%
B = 39.55%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B96EC1 (or 0xB96EC1) is known color: Fuchsia. HEX triplet: B9, 6E and C1. RGB value is (185,110,193). Sum of RGB (Red+Green+Blue) = 185+110+193=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #B96EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96EC1 is #46913E. Grayscale: #8D8D8D. Windows color (decimal): -4624703 or 12676793. OLE color: 12676793.

HSL color Cylindrical-coordinate representation of color #B96EC1: hue angle of 294.22º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B96EC1 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 110 193 -
CMYK 0.04 0.43 0 0.24
HSL 294.22º 0.4% 0.59% -
HSV(B) 294.22º 0.43% 0.76% -
XYZ 35.21 25.32 53.48 -
YUV 141.89 156.85 158.75 -
System Red Green Blue C M Y K H S L
Decimal 185 110 193 0.04 0.43 0 0.24 294.22 0.4 0.59
Hex B9 6E C1 4 2B 0 18 126 28 3B
Octal 271 156 301 4 53 0 30 446 50 73
Binary 10111001 1101110 11000001 100 101011 0 11000 100100110 101000 111011

Color Harmonies of #B96EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96EC1

Black with #B96EC1

Text Example


Text Example

White with #B96EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96EC1; }

 p { color: rgb(185,110,193); }

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

background-color css

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

 a { background-color: rgb(185,110,193); }

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

border-color css

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

 span { border-color: rgb(185,110,193); }

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