Html Css Color HEX #B96BC0 Fuchsia

📋 copy color: '#B96BC0'

red 185 ◦ green 107 ◦ blue 192

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

Shades of Fuchsia #B96BC0

Tints of Fuchsia #B96BC0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.11%

 BLUE value IS 192 (75.39% from 255) = 39.67%

R = 38.22%
G = 22.11%
B = 39.67%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B96BC0 (or 0xB96BC0) is known color: Fuchsia. HEX triplet: B9, 6B and C0. RGB value is (185,107,192). Sum of RGB (Red+Green+Blue) = 185+107+192=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 192 - color contains mainly: blue. Hex color #B96BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BC0 is #46943F. Grayscale: #8B8B8B. Windows color (decimal): -4625472 or 12610489. OLE color: 12610489.

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

Color convert

RGB 185 107 192 -
CMYK 0.04 0.44 0 0.25
HSL 295.06º 0.4% 0.59% -
HSV(B) 295.06º 0.44% 0.75% -
XYZ 34.78 24.64 52.79 -
YUV 140.01 157.34 160.09 -
System Red Green Blue C M Y K H S L
Decimal 185 107 192 0.04 0.44 0 0.25 295.06 0.4 0.59
Hex B9 6B C0 4 2C 0 19 127 28 3B
Octal 271 153 300 4 54 0 31 447 50 73
Binary 10111001 1101011 11000000 100 101100 0 11001 100100111 101000 111011

Color Harmonies of #B96BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96BC0

Black with #B96BC0

Text Example


Text Example

White with #B96BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96BC0; }

 p { color: rgb(185,107,192); }

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

background-color css

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

 a { background-color: rgb(185,107,192); }

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

border-color css

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

 span { border-color: rgb(185,107,192); }

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