Html Css Color HEX #B5517D Royal Heath

📋 copy color: '#B5517D'

red 181 ◦ green 81 ◦ blue 125

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

Shades of Royal Heath #B5517D

Tints of Royal Heath #B5517D

RGB

 RED value IS 181 (71.09% from 255) = 46.77%

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

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 46.77%
G = 20.93%
B = 32.3%

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

#B5517D (or 0xB5517D) is known color: Royal Heath. HEX triplet: B5, 51 and 7D. RGB value is (181,81,125). Sum of RGB (Red+Green+Blue) = 181+81+125=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B5517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5517D is #4AAE82. Grayscale: #737373. Windows color (decimal): -4894339 or 8212917. OLE color: 8212917.

HSL color Cylindrical-coordinate representation of color #B5517D: hue angle of 333.6º 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 #B5517D is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 81 125 -
CMYK 0 0.55 0.31 0.29
HSL 333.6º 0.4% 0.51% -
HSV(B) 333.6º 0.55% 0.71% -
XYZ 25.7 17.19 21.37 -
YUV 115.92 133.13 174.42 -
System Red Green Blue C M Y K H S L
Decimal 181 81 125 0 0.55 0.31 0.29 333.6 0.4 0.51
Hex B5 51 7D 0 37 1F 1D 14E 28 33
Octal 265 121 175 0 67 37 35 516 50 63
Binary 10110101 1010001 1111101 0 110111 11111 11101 101001110 101000 110011

Color Harmonies of #B5517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5517D

Black with #B5517D

Text Example


Text Example

White with #B5517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5517D; }

 p { color: rgb(181,81,125); }

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

background-color css

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

 a { background-color: rgb(181,81,125); }

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

border-color css

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

 span { border-color: rgb(181,81,125); }

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