Html Css Color HEX #BD517B Royal Heath

📋 copy color: '#BD517B'

red 189 ◦ green 81 ◦ blue 123

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

Shades of Royal Heath #BD517B

Tints of Royal Heath #BD517B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.3%

R = 48.09%
G = 20.61%
B = 31.3%

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

#BD517B (or 0xBD517B) is known color: Royal Heath. HEX triplet: BD, 51 and 7B. RGB value is (189,81,123). Sum of RGB (Red+Green+Blue) = 189+81+123=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD517B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD517B is #42AE84. Grayscale: #767676. Windows color (decimal): -4370053 or 8081853. OLE color: 8081853.

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

Color convert

RGB 189 81 123 -
CMYK 0 0.57 0.35 0.26
HSL 336.67º 0.45% 0.53% -
HSV(B) 336.67º 0.57% 0.74% -
XYZ 27.5 18.13 20.79 -
YUV 118.08 130.78 178.58 -
System Red Green Blue C M Y K H S L
Decimal 189 81 123 0 0.57 0.35 0.26 336.67 0.45 0.53
Hex BD 51 7B 0 39 23 1A 151 2D 35
Octal 275 121 173 0 71 43 32 521 55 65
Binary 10111101 1010001 1111011 0 111001 100011 11010 101010001 101101 110101

Color Harmonies of #BD517B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD517B

Black with #BD517B

Text Example


Text Example

White with #BD517B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD517B; }

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

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

background-color css

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

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

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

border-color css

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

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

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