Html Css Color HEX #B94DA8 Fuchsia

📋 copy color: '#B94DA8'

red 185 ◦ green 77 ◦ blue 168

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

Shades of Fuchsia #B94DA8

Tints of Fuchsia #B94DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.07%

R = 43.02%
G = 17.91%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B94DA8 (or 0xB94DA8) is known color: Fuchsia. HEX triplet: B9, 4D and A8. RGB value is (185,77,168). Sum of RGB (Red+Green+Blue) = 185+77+168=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B94DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94DA8 is #46B257. Grayscale: #777777. Windows color (decimal): -4633176 or 11029945. OLE color: 11029945.

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

Color convert

RGB 185 77 168 -
CMYK 0 0.58 0.09 0.27
HSL 309.44º 0.44% 0.51% -
HSV(B) 309.44º 0.58% 0.73% -
XYZ 29.73 18.45 39.04 -
YUV 119.67 155.28 174.6 -
System Red Green Blue C M Y K H S L
Decimal 185 77 168 0 0.58 0.09 0.27 309.44 0.44 0.51
Hex B9 4D A8 0 3A 9 1B 135 2C 33
Octal 271 115 250 0 72 11 33 465 54 63
Binary 10111001 1001101 10101000 0 111010 1001 11011 100110101 101100 110011

Color Harmonies of #B94DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94DA8

Black with #B94DA8

Text Example


Text Example

White with #B94DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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