Html Css Color HEX #B94DB9 Fuchsia

📋 copy color: '#B94DB9'

red 185 ◦ green 77 ◦ blue 185

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

Shades of Fuchsia #B94DB9

Tints of Fuchsia #B94DB9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.23%

 BLUE value IS 185 (72.66% from 255) = 41.39%

R = 41.39%
G = 17.23%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B94DB9 (or 0xB94DB9) is known color: Fuchsia. HEX triplet: B9, 4D and B9. RGB value is (185,77,185). Sum of RGB (Red+Green+Blue) = 185+77+185=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B94DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DB9 is #46B246. Grayscale: #797979. Windows color (decimal): -4633159 or 12144057. OLE color: 12144057.

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

Color convert

RGB 185 77 185 -
CMYK 0 0.58 0 0.27
HSL 300º 0.44% 0.51% -
HSV(B) 300º 0.58% 0.73% -
XYZ 31.42 19.12 47.93 -
YUV 121.6 163.78 173.22 -
System Red Green Blue C M Y K H S L
Decimal 185 77 185 0 0.58 0 0.27 300 0.44 0.51
Hex B9 4D B9 0 3A 0 1B 12C 2C 33
Octal 271 115 271 0 72 0 33 454 54 63
Binary 10111001 1001101 10111001 0 111010 0 11011 100101100 101100 110011

Color Harmonies of #B94DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94DB9

Black with #B94DB9

Text Example


Text Example

White with #B94DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94DB9; }

 p { color: rgb(185,77,185); }

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

background-color css

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

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

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

border-color css

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

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

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