Html Css Color HEX #B96BC2 Fuchsia

📋 copy color: '#B96BC2'

red 185 ◦ green 107 ◦ blue 194

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

Shades of Fuchsia #B96BC2

Tints of Fuchsia #B96BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.92%

R = 38.07%
G = 22.02%
B = 39.92%

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

#B96BC2 (or 0xB96BC2) is known color: Fuchsia. HEX triplet: B9, 6B and C2. RGB value is (185,107,194). Sum of RGB (Red+Green+Blue) = 185+107+194=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 194 - color contains mainly: blue. Hex color #B96BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BC2 is #46943D. Grayscale: #8B8B8B. Windows color (decimal): -4625470 or 12741561. OLE color: 12741561.

HSL color Cylindrical-coordinate representation of color #B96BC2: hue angle of 293.79º 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 #B96BC2 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 107 194 -
CMYK 0.05 0.45 0 0.24
HSL 293.79º 0.42% 0.59% -
HSV(B) 293.79º 0.45% 0.76% -
XYZ 35 24.72 53.97 -
YUV 140.24 158.34 159.93 -
System Red Green Blue C M Y K H S L
Decimal 185 107 194 0.05 0.45 0 0.24 293.79 0.42 0.59
Hex B9 6B C2 5 2D 0 18 126 2A 3B
Octal 271 153 302 5 55 0 30 446 52 73
Binary 10111001 1101011 11000010 101 101101 0 11000 100100110 101010 111011

Color Harmonies of #B96BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96BC2

Black with #B96BC2

Text Example


Text Example

White with #B96BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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