Html Css Color HEX #BD517E Royal Heath

📋 copy color: '#BD517E'

red 189 ◦ green 81 ◦ blue 126

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

Shades of Royal Heath #BD517E

Tints of Royal Heath #BD517E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.82%

R = 47.73%
G = 20.45%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD517E (or 0xBD517E) is known color: Royal Heath. HEX triplet: BD, 51 and 7E. RGB value is (189,81,126). Sum of RGB (Red+Green+Blue) = 189+81+126=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD517E is #42AE81. Grayscale: #767676. Windows color (decimal): -4370050 or 8278461. OLE color: 8278461.

HSL color Cylindrical-coordinate representation of color #BD517E: hue angle of 335º 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 #BD517E is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 81 126 -
CMYK 0 0.57 0.33 0.26
HSL 335º 0.45% 0.53% -
HSV(B) 335º 0.57% 0.74% -
XYZ 27.69 18.21 21.79 -
YUV 118.42 132.28 178.34 -
System Red Green Blue C M Y K H S L
Decimal 189 81 126 0 0.57 0.33 0.26 335 0.45 0.53
Hex BD 51 7E 0 39 21 1A 14F 2D 35
Octal 275 121 176 0 71 41 32 517 55 65
Binary 10111101 1010001 1111110 0 111001 100001 11010 101001111 101101 110101

Color Harmonies of #BD517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD517E

Black with #BD517E

Text Example


Text Example

White with #BD517E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD517E; }

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

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

background-color css

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

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

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

border-color css

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

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

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