Html Css Color HEX #BD587F Royal Heath

📋 copy color: '#BD587F'

red 189 ◦ green 88 ◦ blue 127

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

Shades of Royal Heath #BD587F

Tints of Royal Heath #BD587F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.44%

R = 46.78%
G = 21.78%
B = 31.44%

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

#BD587F (or 0xBD587F) is known color: Royal Heath. HEX triplet: BD, 58 and 7F. RGB value is (189,88,127). Sum of RGB (Red+Green+Blue) = 189+88+127=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD587F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD587F is #42A780. Grayscale: #7A7A7A. Windows color (decimal): -4368257 or 8345789. OLE color: 8345789.

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

Color convert

RGB 189 88 127 -
CMYK 0 0.53 0.33 0.26
HSL 336.83º 0.43% 0.54% -
HSV(B) 336.83º 0.53% 0.74% -
XYZ 28.31 19.33 22.32 -
YUV 122.65 130.46 175.33 -
System Red Green Blue C M Y K H S L
Decimal 189 88 127 0 0.53 0.33 0.26 336.83 0.43 0.54
Hex BD 58 7F 0 35 21 1A 151 2B 36
Octal 275 130 177 0 65 41 32 521 53 66
Binary 10111101 1011000 1111111 0 110101 100001 11010 101010001 101011 110110

Color Harmonies of #BD587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD587F

Black with #BD587F

Text Example


Text Example

White with #BD587F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD587F; }

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

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

background-color css

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

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

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

border-color css

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

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

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