Html Css Color HEX #B4517C Royal Heath

📋 copy color: '#B4517C'

red 180 ◦ green 81 ◦ blue 124

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

Shades of Royal Heath #B4517C

Tints of Royal Heath #B4517C

RGB

 RED value IS 180 (70.7% from 255) = 46.75%

 GREEN value IS 81 (32.03% from 255) = 21.04%

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 46.75%
G = 21.04%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4517C (or 0xB4517C) is known color: Royal Heath. HEX triplet: B4, 51 and 7C. RGB value is (180,81,124). Sum of RGB (Red+Green+Blue) = 180+81+124=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B4517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4517C is #4BAE83. Grayscale: #737373. Windows color (decimal): -4959876 or 8147380. OLE color: 8147380.

HSL color Cylindrical-coordinate representation of color #B4517C: hue angle of 333.94º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B4517C is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 81 124 -
CMYK 0 0.55 0.31 0.29
HSL 333.94º 0.4% 0.51% -
HSV(B) 333.94º 0.55% 0.71% -
XYZ 25.4 17.04 21.02 -
YUV 115.5 132.8 174 -
System Red Green Blue C M Y K H S L
Decimal 180 81 124 0 0.55 0.31 0.29 333.94 0.4 0.51
Hex B4 51 7C 0 37 1F 1D 14E 28 33
Octal 264 121 174 0 67 37 35 516 50 63
Binary 10110100 1010001 1111100 0 110111 11111 11101 101001110 101000 110011

Color Harmonies of #B4517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4517C

Black with #B4517C

Text Example


Text Example

White with #B4517C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4517C; }

 p { color: rgb(180,81,124); }

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

background-color css

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

 a { background-color: rgb(180,81,124); }

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

border-color css

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

 span { border-color: rgb(180,81,124); }

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