Html Css Color HEX #B95DB2 Fuchsia

📋 copy color: '#B95DB2'

red 185 ◦ green 93 ◦ blue 178

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

Shades of Fuchsia #B95DB2

Tints of Fuchsia #B95DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.04%

R = 40.57%
G = 20.39%
B = 39.04%

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

#B95DB2 (or 0xB95DB2) is known color: Fuchsia. HEX triplet: B9, 5D and B2. RGB value is (185,93,178). Sum of RGB (Red+Green+Blue) = 185+93+178=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B95DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95DB2 is #46A24D. Grayscale: #818181. Windows color (decimal): -4629070 or 11689401. OLE color: 11689401.

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

Color convert

RGB 185 93 178 -
CMYK 0 0.50 0.04 0.27
HSL 304.57º 0.4% 0.55% -
HSV(B) 304.57º 0.5% 0.73% -
XYZ 31.96 21.36 44.56 -
YUV 130.2 154.98 167.09 -
System Red Green Blue C M Y K H S L
Decimal 185 93 178 0 0.50 0.04 0.27 304.57 0.4 0.55
Hex B9 5D B2 0 32 4 1B 131 28 37
Octal 271 135 262 0 62 4 33 461 50 67
Binary 10111001 1011101 10110010 0 110010 100 11011 100110001 101000 110111

Color Harmonies of #B95DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95DB2

Black with #B95DB2

Text Example


Text Example

White with #B95DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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