Html Css Color HEX #B96DBB Fuchsia

📋 copy color: '#B96DBB'

red 185 ◦ green 109 ◦ blue 187

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

Shades of Fuchsia #B96DBB

Tints of Fuchsia #B96DBB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.66%

 BLUE value IS 187 (73.44% from 255) = 38.88%

R = 38.46%
G = 22.66%
B = 38.88%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B96DBB (or 0xB96DBB) is known color: Fuchsia. HEX triplet: B9, 6D and BB. RGB value is (185,109,187). Sum of RGB (Red+Green+Blue) = 185+109+187=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #B96DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96DBB is #469244. Grayscale: #8C8C8C. Windows color (decimal): -4624965 or 12283321. OLE color: 12283321.

HSL color Cylindrical-coordinate representation of color #B96DBB: hue angle of 298.46º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B96DBB is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 109 187 -
CMYK 0.01 0.42 0 0.27
HSL 298.46º 0.36% 0.58% -
HSV(B) 298.46º 0.42% 0.73% -
XYZ 34.45 24.84 49.99 -
YUV 140.62 154.18 159.66 -
System Red Green Blue C M Y K H S L
Decimal 185 109 187 0.01 0.42 0 0.27 298.46 0.36 0.58
Hex B9 6D BB 1 2A 0 1B 12A 24 3A
Octal 271 155 273 1 52 0 33 452 44 72
Binary 10111001 1101101 10111011 1 101010 0 11011 100101010 100100 111010

Color Harmonies of #B96DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DBB

Black with #B96DBB

Text Example


Text Example

White with #B96DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DBB; }

 p { color: rgb(185,109,187); }

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

background-color css

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

 a { background-color: rgb(185,109,187); }

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

border-color css

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

 span { border-color: rgb(185,109,187); }

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