Html Css Color HEX #BD5580 Royal Heath

📋 copy color: '#BD5580'

red 189 ◦ green 85 ◦ blue 128

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

Shades of Royal Heath #BD5580

Tints of Royal Heath #BD5580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.14%

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

R = 47.01%
G = 21.14%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD5580 (or 0xBD5580) is known color: Royal Heath. HEX triplet: BD, 55 and 80. RGB value is (189,85,128). Sum of RGB (Red+Green+Blue) = 189+85+128=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5580 is #42AA7F. Grayscale: #787878. Windows color (decimal): -4369024 or 8410557. OLE color: 8410557.

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

Color convert

RGB 189 85 128 -
CMYK 0 0.55 0.32 0.26
HSL 335.19º 0.44% 0.54% -
HSV(B) 335.19º 0.55% 0.74% -
XYZ 28.13 18.87 22.58 -
YUV 121 131.96 176.5 -
System Red Green Blue C M Y K H S L
Decimal 189 85 128 0 0.55 0.32 0.26 335.19 0.44 0.54
Hex BD 55 80 0 37 20 1A 14F 2C 36
Octal 275 125 200 0 67 40 32 517 54 66
Binary 10111101 1010101 10000000 0 110111 100000 11010 101001111 101100 110110

Color Harmonies of #BD5580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5580

Black with #BD5580

Text Example


Text Example

White with #BD5580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5580; }

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

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

background-color css

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

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

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

border-color css

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

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

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