Html Css Color HEX #B94DB2 Fuchsia

📋 copy color: '#B94DB2'

red 185 ◦ green 77 ◦ blue 178

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

Shades of Fuchsia #B94DB2

Tints of Fuchsia #B94DB2

RGB

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

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

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

R = 42.05%
G = 17.5%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B94DB2 (or 0xB94DB2) is known color: Fuchsia. HEX triplet: B9, 4D and B2. RGB value is (185,77,178). Sum of RGB (Red+Green+Blue) = 185+77+178=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B94DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94DB2 is #46B24D. Grayscale: #787878. Windows color (decimal): -4633166 or 11685305. OLE color: 11685305.

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

Color convert

RGB 185 77 178 -
CMYK 0 0.58 0.04 0.27
HSL 303.89º 0.44% 0.51% -
HSV(B) 303.89º 0.58% 0.73% -
XYZ 30.7 18.84 44.14 -
YUV 120.81 160.28 173.79 -
System Red Green Blue C M Y K H S L
Decimal 185 77 178 0 0.58 0.04 0.27 303.89 0.44 0.51
Hex B9 4D B2 0 3A 4 1B 130 2C 33
Octal 271 115 262 0 72 4 33 460 54 63
Binary 10111001 1001101 10110010 0 111010 100 11011 100110000 101100 110011

Color Harmonies of #B94DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94DB2

Black with #B94DB2

Text Example


Text Example

White with #B94DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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