Html Css Color HEX #BD587C Royal Heath

📋 copy color: '#BD587C'

red 189 ◦ green 88 ◦ blue 124

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

Shades of Royal Heath #BD587C

Tints of Royal Heath #BD587C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.92%

R = 47.13%
G = 21.95%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD587C (or 0xBD587C) is known color: Royal Heath. HEX triplet: BD, 58 and 7C. RGB value is (189,88,124). Sum of RGB (Red+Green+Blue) = 189+88+124=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD587C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD587C is #42A783. Grayscale: #7A7A7A. Windows color (decimal): -4368260 or 8149181. OLE color: 8149181.

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

Color convert

RGB 189 88 124 -
CMYK 0 0.53 0.34 0.26
HSL 338.61º 0.43% 0.54% -
HSV(B) 338.61º 0.53% 0.74% -
XYZ 28.11 19.25 21.3 -
YUV 122.3 128.96 175.57 -
System Red Green Blue C M Y K H S L
Decimal 189 88 124 0 0.53 0.34 0.26 338.61 0.43 0.54
Hex BD 58 7C 0 35 22 1A 153 2B 36
Octal 275 130 174 0 65 42 32 523 53 66
Binary 10111101 1011000 1111100 0 110101 100010 11010 101010011 101011 110110

Color Harmonies of #BD587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD587C

Black with #BD587C

Text Example


Text Example

White with #BD587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD587C; }

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

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

background-color css

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

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

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

border-color css

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

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

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