Html Css Color HEX #BD517A Royal Heath

📋 copy color: '#BD517A'

red 189 ◦ green 81 ◦ blue 122

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

Shades of Royal Heath #BD517A

Tints of Royal Heath #BD517A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.12%

R = 48.21%
G = 20.66%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD517A (or 0xBD517A) is known color: Royal Heath. HEX triplet: BD, 51 and 7A. RGB value is (189,81,122). Sum of RGB (Red+Green+Blue) = 189+81+122=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD517A is #42AE85. Grayscale: #757575. Windows color (decimal): -4370054 or 8016317. OLE color: 8016317.

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

Color convert

RGB 189 81 122 -
CMYK 0 0.57 0.35 0.26
HSL 337.22º 0.45% 0.53% -
HSV(B) 337.22º 0.57% 0.74% -
XYZ 27.44 18.11 20.46 -
YUV 117.97 130.28 178.67 -
System Red Green Blue C M Y K H S L
Decimal 189 81 122 0 0.57 0.35 0.26 337.22 0.45 0.53
Hex BD 51 7A 0 39 23 1A 151 2D 35
Octal 275 121 172 0 71 43 32 521 55 65
Binary 10111101 1010001 1111010 0 111001 100011 11010 101010001 101101 110101

Color Harmonies of #BD517A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD517A

Black with #BD517A

Text Example


Text Example

White with #BD517A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD517A; }

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

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

background-color css

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

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

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

border-color css

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

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

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