Html Css Color HEX #BD5780 Royal Heath

📋 copy color: '#BD5780'

red 189 ◦ green 87 ◦ blue 128

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

Shades of Royal Heath #BD5780

Tints of Royal Heath #BD5780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.53%

 BLUE value IS 128 (50.39% from 255) = 31.68%

R = 46.78%
G = 21.53%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD5780 (or 0xBD5780) is known color: Royal Heath. HEX triplet: BD, 57 and 80. RGB value is (189,87,128). Sum of RGB (Red+Green+Blue) = 189+87+128=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5780 is #42A87F. Grayscale: #7A7A7A. Windows color (decimal): -4368512 or 8411069. OLE color: 8411069.

HSL color Cylindrical-coordinate representation of color #BD5780: hue angle of 335.88º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD5780 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 87 128 -
CMYK 0 0.54 0.32 0.26
HSL 335.88º 0.44% 0.54% -
HSV(B) 335.88º 0.54% 0.74% -
XYZ 28.29 19.19 22.64 -
YUV 122.17 131.29 175.67 -
System Red Green Blue C M Y K H S L
Decimal 189 87 128 0 0.54 0.32 0.26 335.88 0.44 0.54
Hex BD 57 80 0 36 20 1A 150 2C 36
Octal 275 127 200 0 66 40 32 520 54 66
Binary 10111101 1010111 10000000 0 110110 100000 11010 101010000 101100 110110

Color Harmonies of #BD5780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5780

Black with #BD5780

Text Example


Text Example

White with #BD5780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5780; }

 p { color: rgb(189,87,128); }

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

background-color css

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

 a { background-color: rgb(189,87,128); }

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

border-color css

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

 span { border-color: rgb(189,87,128); }

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