Html Css Color HEX #BD587B Royal Heath

📋 copy color: '#BD587B'

red 189 ◦ green 88 ◦ blue 123

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

Shades of Royal Heath #BD587B

Tints of Royal Heath #BD587B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.75%

R = 47.25%
G = 22%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD587B (or 0xBD587B) is known color: Royal Heath. HEX triplet: BD, 58 and 7B. RGB value is (189,88,123). Sum of RGB (Red+Green+Blue) = 189+88+123=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD587B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD587B is #42A784. Grayscale: #7A7A7A. Windows color (decimal): -4368261 or 8083645. OLE color: 8083645.

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

Color convert

RGB 189 88 123 -
CMYK 0 0.53 0.35 0.26
HSL 339.21º 0.43% 0.54% -
HSV(B) 339.21º 0.53% 0.74% -
XYZ 28.05 19.23 20.97 -
YUV 122.19 128.46 175.65 -
System Red Green Blue C M Y K H S L
Decimal 189 88 123 0 0.53 0.35 0.26 339.21 0.43 0.54
Hex BD 58 7B 0 35 23 1A 153 2B 36
Octal 275 130 173 0 65 43 32 523 53 66
Binary 10111101 1011000 1111011 0 110101 100011 11010 101010011 101011 110110

Color Harmonies of #BD587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD587B

Black with #BD587B

Text Example


Text Example

White with #BD587B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD587B; }

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

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

background-color css

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

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

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

border-color css

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

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

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