Html Css Color HEX #BD587E Royal Heath

📋 copy color: '#BD587E'

red 189 ◦ green 88 ◦ blue 126

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

Shades of Royal Heath #BD587E

Tints of Royal Heath #BD587E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.84%

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

R = 46.9%
G = 21.84%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD587E (or 0xBD587E) is known color: Royal Heath. HEX triplet: BD, 58 and 7E. RGB value is (189,88,126). Sum of RGB (Red+Green+Blue) = 189+88+126=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD587E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD587E is #42A781. Grayscale: #7A7A7A. Windows color (decimal): -4368258 or 8280253. OLE color: 8280253.

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

Color convert

RGB 189 88 126 -
CMYK 0 0.53 0.33 0.26
HSL 337.43º 0.43% 0.54% -
HSV(B) 337.43º 0.53% 0.74% -
XYZ 28.24 19.3 21.98 -
YUV 122.53 129.96 175.41 -
System Red Green Blue C M Y K H S L
Decimal 189 88 126 0 0.53 0.33 0.26 337.43 0.43 0.54
Hex BD 58 7E 0 35 21 1A 151 2B 36
Octal 275 130 176 0 65 41 32 521 53 66
Binary 10111101 1011000 1111110 0 110101 100001 11010 101010001 101011 110110

Color Harmonies of #BD587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD587E

Black with #BD587E

Text Example


Text Example

White with #BD587E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD587E; }

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

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

background-color css

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

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

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

border-color css

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

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

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