Html Css Color HEX #B94DB6 Fuchsia

📋 copy color: '#B94DB6'

red 185 ◦ green 77 ◦ blue 182

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

Shades of Fuchsia #B94DB6

Tints of Fuchsia #B94DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.99%

R = 41.67%
G = 17.34%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#B94DB6 (or 0xB94DB6) is known color: Fuchsia. HEX triplet: B9, 4D and B6. RGB value is (185,77,182). Sum of RGB (Red+Green+Blue) = 185+77+182=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B94DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DB6 is #46B249. Grayscale: #787878. Windows color (decimal): -4633162 or 11947449. OLE color: 11947449.

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

Color convert

RGB 185 77 182 -
CMYK 0 0.58 0.02 0.27
HSL 301.67º 0.44% 0.51% -
HSV(B) 301.67º 0.58% 0.73% -
XYZ 31.1 19 46.28 -
YUV 121.26 162.28 173.46 -
System Red Green Blue C M Y K H S L
Decimal 185 77 182 0 0.58 0.02 0.27 301.67 0.44 0.51
Hex B9 4D B6 0 3A 2 1B 12E 2C 33
Octal 271 115 266 0 72 2 33 456 54 63
Binary 10111001 1001101 10110110 0 111010 10 11011 100101110 101100 110011

Color Harmonies of #B94DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94DB6

Black with #B94DB6

Text Example


Text Example

White with #B94DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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