Html Css Color HEX #B95DB1 Fuchsia

📋 copy color: '#B95DB1'

red 185 ◦ green 93 ◦ blue 177

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

Shades of Fuchsia #B95DB1

Tints of Fuchsia #B95DB1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.44%

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

R = 40.66%
G = 20.44%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B95DB1 (or 0xB95DB1) is known color: Fuchsia. HEX triplet: B9, 5D and B1. RGB value is (185,93,177). Sum of RGB (Red+Green+Blue) = 185+93+177=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B95DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95DB1 is #46A24E. Grayscale: #818181. Windows color (decimal): -4629071 or 11623865. OLE color: 11623865.

HSL color Cylindrical-coordinate representation of color #B95DB1: hue angle of 305.22º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95DB1 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 93 177 -
CMYK 0 0.50 0.04 0.27
HSL 305.22º 0.4% 0.55% -
HSV(B) 305.22º 0.5% 0.73% -
XYZ 31.86 21.32 44.03 -
YUV 130.08 154.48 167.17 -
System Red Green Blue C M Y K H S L
Decimal 185 93 177 0 0.50 0.04 0.27 305.22 0.4 0.55
Hex B9 5D B1 0 32 4 1B 131 28 37
Octal 271 135 261 0 62 4 33 461 50 67
Binary 10111001 1011101 10110001 0 110010 100 11011 100110001 101000 110111

Color Harmonies of #B95DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95DB1

Black with #B95DB1

Text Example


Text Example

White with #B95DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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