Html Css Color HEX #B94DAE Fuchsia

📋 copy color: '#B94DAE'

red 185 ◦ green 77 ◦ blue 174

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

Shades of Fuchsia #B94DAE

Tints of Fuchsia #B94DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.91%

R = 42.43%
G = 17.66%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B94DAE (or 0xB94DAE) is known color: Fuchsia. HEX triplet: B9, 4D and AE. RGB value is (185,77,174). Sum of RGB (Red+Green+Blue) = 185+77+174=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B94DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94DAE is #46B251. Grayscale: #787878. Windows color (decimal): -4633170 or 11423161. OLE color: 11423161.

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

Color convert

RGB 185 77 174 -
CMYK 0 0.58 0.06 0.27
HSL 306.11º 0.44% 0.51% -
HSV(B) 306.11º 0.58% 0.73% -
XYZ 30.3 18.68 42.05 -
YUV 120.35 158.28 174.11 -
System Red Green Blue C M Y K H S L
Decimal 185 77 174 0 0.58 0.06 0.27 306.11 0.44 0.51
Hex B9 4D AE 0 3A 6 1B 132 2C 33
Octal 271 115 256 0 72 6 33 462 54 63
Binary 10111001 1001101 10101110 0 111010 110 11011 100110010 101100 110011

Color Harmonies of #B94DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94DAE

Black with #B94DAE

Text Example


Text Example

White with #B94DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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