Html Css Color HEX #BC577B Royal Heath

📋 copy color: '#BC577B'

red 188 ◦ green 87 ◦ blue 123

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

Shades of Royal Heath #BC577B

Tints of Royal Heath #BC577B

RGB

 RED value IS 188 (73.83% from 255) = 47.24%

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

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

R = 47.24%
G = 21.86%
B = 30.9%

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

#BC577B (or 0xBC577B) is known color: Royal Heath. HEX triplet: BC, 57 and 7B. RGB value is (188,87,123). Sum of RGB (Red+Green+Blue) = 188+87+123=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC577B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC577B is #43A884. Grayscale: #797979. Windows color (decimal): -4434053 or 8083388. OLE color: 8083388.

HSL color Cylindrical-coordinate representation of color #BC577B: 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.54%. Process color model (Four color, CMYK) of #BC577B is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 87 123 -
CMYK 0 0.54 0.35 0.26
HSL 338.61º 0.43% 0.54% -
HSV(B) 338.61º 0.54% 0.74% -
XYZ 27.72 18.94 20.93 -
YUV 121.3 128.96 175.57 -
System Red Green Blue C M Y K H S L
Decimal 188 87 123 0 0.54 0.35 0.26 338.61 0.43 0.54
Hex BC 57 7B 0 36 23 1A 153 2B 36
Octal 274 127 173 0 66 43 32 523 53 66
Binary 10111100 1010111 1111011 0 110110 100011 11010 101010011 101011 110110

Color Harmonies of #BC577B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC577B

Black with #BC577B

Text Example


Text Example

White with #BC577B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC577B; }

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

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

background-color css

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

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

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

border-color css

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

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

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