Html Css Color HEX #BD577B Royal Heath

📋 copy color: '#BD577B'

red 189 ◦ green 87 ◦ blue 123

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

Shades of Royal Heath #BD577B

Tints of Royal Heath #BD577B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.8%

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

R = 47.37%
G = 21.8%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD577B (or 0xBD577B) is known color: Royal Heath. HEX triplet: BD, 57 and 7B. RGB value is (189,87,123). Sum of RGB (Red+Green+Blue) = 189+87+123=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD577B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD577B is #42A884. Grayscale: #797979. Windows color (decimal): -4368517 or 8083389. OLE color: 8083389.

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

Color convert

RGB 189 87 123 -
CMYK 0 0.54 0.35 0.26
HSL 338.82º 0.44% 0.54% -
HSV(B) 338.82º 0.54% 0.74% -
XYZ 27.97 19.07 20.94 -
YUV 121.6 128.79 176.07 -
System Red Green Blue C M Y K H S L
Decimal 189 87 123 0 0.54 0.35 0.26 338.82 0.44 0.54
Hex BD 57 7B 0 36 23 1A 153 2C 36
Octal 275 127 173 0 66 43 32 523 54 66
Binary 10111101 1010111 1111011 0 110110 100011 11010 101010011 101100 110110

Color Harmonies of #BD577B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD577B

Black with #BD577B

Text Example


Text Example

White with #BD577B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD577B; }

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

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

background-color css

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

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

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

border-color css

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

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

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