Html Css Color HEX #B94780 Royal Heath

📋 copy color: '#B94780'

red 185 ◦ green 71 ◦ blue 128

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

Shades of Royal Heath #B94780

Tints of Royal Heath #B94780

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.49%

 BLUE value IS 128 (50.39% from 255) = 33.33%

R = 48.18%
G = 18.49%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B94780 (or 0xB94780) is known color: Royal Heath. HEX triplet: B9, 47 and 80. RGB value is (185,71,128). Sum of RGB (Red+Green+Blue) = 185+71+128=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B94780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94780 is #46B87F. Grayscale: #6F6F6F. Windows color (decimal): -4634752 or 8406969. OLE color: 8406969.

HSL color Cylindrical-coordinate representation of color #B94780: hue angle of 330º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B94780 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 71 128 -
CMYK 0 0.62 0.31 0.27
HSL 330º 0.45% 0.5% -
HSV(B) 330º 0.62% 0.73% -
XYZ 26.16 16.38 22.2 -
YUV 111.58 137.27 180.37 -
System Red Green Blue C M Y K H S L
Decimal 185 71 128 0 0.62 0.31 0.27 330 0.45 0.5
Hex B9 47 80 0 3E 1F 1B 14A 2D 32
Octal 271 107 200 0 76 37 33 512 55 62
Binary 10111001 1000111 10000000 0 111110 11111 11011 101001010 101101 110010

Color Harmonies of #B94780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94780

Black with #B94780

Text Example


Text Example

White with #B94780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94780; }

 p { color: rgb(185,71,128); }

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

background-color css

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

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

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

border-color css

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

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

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