Html Css Color HEX #B96BC3 Fuchsia

📋 copy color: '#B96BC3'

red 185 ◦ green 107 ◦ blue 195

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

Shades of Fuchsia #B96BC3

Tints of Fuchsia #B96BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.04%

R = 37.99%
G = 21.97%
B = 40.04%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B96BC3 (or 0xB96BC3) is known color: Fuchsia. HEX triplet: B9, 6B and C3. RGB value is (185,107,195). Sum of RGB (Red+Green+Blue) = 185+107+195=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 195 (76.56% from 255 or 40.04% from 487); Max value from RGB is 195 - color contains mainly: blue. Hex color #B96BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BC3 is #46943C. Grayscale: #8C8C8C. Windows color (decimal): -4625469 or 12807097. OLE color: 12807097.

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

Color convert

RGB 185 107 195 -
CMYK 0.05 0.45 0 0.24
HSL 293.18º 0.42% 0.59% -
HSV(B) 293.18º 0.45% 0.76% -
XYZ 35.12 24.77 54.56 -
YUV 140.35 158.84 159.84 -
System Red Green Blue C M Y K H S L
Decimal 185 107 195 0.05 0.45 0 0.24 293.18 0.42 0.59
Hex B9 6B C3 5 2D 0 18 125 2A 3B
Octal 271 153 303 5 55 0 30 445 52 73
Binary 10111001 1101011 11000011 101 101101 0 11000 100100101 101010 111011

Color Harmonies of #B96BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96BC3

Black with #B96BC3

Text Example


Text Example

White with #B96BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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