Html Css Color HEX #B96DB3 Fuchsia

📋 copy color: '#B96DB3'

red 185 ◦ green 109 ◦ blue 179

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

Shades of Fuchsia #B96DB3

Tints of Fuchsia #B96DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.84%

R = 39.11%
G = 23.04%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B96DB3 (or 0xB96DB3) is known color: Fuchsia. HEX triplet: B9, 6D and B3. RGB value is (185,109,179). Sum of RGB (Red+Green+Blue) = 185+109+179=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B96DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96DB3 is #46924C. Grayscale: #8B8B8B. Windows color (decimal): -4624973 or 11759033. OLE color: 11759033.

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

Color convert

RGB 185 109 179 -
CMYK 0 0.41 0.03 0.27
HSL 304.74º 0.35% 0.58% -
HSV(B) 304.74º 0.41% 0.73% -
XYZ 33.61 24.51 45.61 -
YUV 139.7 150.18 160.31 -
System Red Green Blue C M Y K H S L
Decimal 185 109 179 0 0.41 0.03 0.27 304.74 0.35 0.58
Hex B9 6D B3 0 29 3 1B 131 23 3A
Octal 271 155 263 0 51 3 33 461 43 72
Binary 10111001 1101101 10110011 0 101001 11 11011 100110001 100011 111010

Color Harmonies of #B96DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DB3

Black with #B96DB3

Text Example


Text Example

White with #B96DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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