Html Css Color HEX #BD517C Royal Heath

📋 copy color: '#BD517C'

red 189 ◦ green 81 ◦ blue 124

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

Shades of Royal Heath #BD517C

Tints of Royal Heath #BD517C

RGB

 RED value IS 189 (74.22% from 255) = 47.97%

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

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

R = 47.97%
G = 20.56%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD517C (or 0xBD517C) is known color: Royal Heath. HEX triplet: BD, 51 and 7C. RGB value is (189,81,124). Sum of RGB (Red+Green+Blue) = 189+81+124=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD517C is #42AE83. Grayscale: #767676. Windows color (decimal): -4370052 or 8147389. OLE color: 8147389.

HSL color Cylindrical-coordinate representation of color #BD517C: hue angle of 336.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD517C is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 81 124 -
CMYK 0 0.57 0.34 0.26
HSL 336.11º 0.45% 0.53% -
HSV(B) 336.11º 0.57% 0.74% -
XYZ 27.57 18.16 21.12 -
YUV 118.19 131.28 178.5 -
System Red Green Blue C M Y K H S L
Decimal 189 81 124 0 0.57 0.34 0.26 336.11 0.45 0.53
Hex BD 51 7C 0 39 22 1A 150 2D 35
Octal 275 121 174 0 71 42 32 520 55 65
Binary 10111101 1010001 1111100 0 111001 100010 11010 101010000 101101 110101

Color Harmonies of #BD517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD517C

Black with #BD517C

Text Example


Text Example

White with #BD517C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD517C; }

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

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

background-color css

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

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

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

border-color css

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

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

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