Html Css Color HEX #B96DB1 Fuchsia

📋 copy color: '#B96DB1'

red 185 ◦ green 109 ◦ blue 177

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

Shades of Fuchsia #B96DB1

Tints of Fuchsia #B96DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.58%

R = 39.28%
G = 23.14%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B96DB1 (or 0xB96DB1) is known color: Fuchsia. HEX triplet: B9, 6D and B1. RGB value is (185,109,177). Sum of RGB (Red+Green+Blue) = 185+109+177=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B96DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96DB1 is #46924E. Grayscale: #8B8B8B. Windows color (decimal): -4624975 or 11627961. OLE color: 11627961.

HSL color Cylindrical-coordinate representation of color #B96DB1: hue angle of 306.32º 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 #B96DB1 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 109 177 -
CMYK 0 0.41 0.04 0.27
HSL 306.32º 0.35% 0.58% -
HSV(B) 306.32º 0.41% 0.73% -
XYZ 33.41 24.43 44.55 -
YUV 139.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 185 109 177 0 0.41 0.04 0.27 306.32 0.35 0.58
Hex B9 6D B1 0 29 4 1B 132 23 3A
Octal 271 155 261 0 51 4 33 462 43 72
Binary 10111001 1101101 10110001 0 101001 100 11011 100110010 100011 111010

Color Harmonies of #B96DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DB1

Black with #B96DB1

Text Example


Text Example

White with #B96DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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