Html Css Color HEX #BC577A Royal Heath

📋 copy color: '#BC577A'

red 188 ◦ green 87 ◦ blue 122

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

Shades of Royal Heath #BC577A

Tints of Royal Heath #BC577A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.73%

R = 47.36%
G = 21.91%
B = 30.73%

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

#BC577A (or 0xBC577A) is known color: Royal Heath. HEX triplet: BC, 57 and 7A. RGB value is (188,87,122). Sum of RGB (Red+Green+Blue) = 188+87+122=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC577A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC577A is #43A885. Grayscale: #797979. Windows color (decimal): -4434054 or 8017852. OLE color: 8017852.

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

Color convert

RGB 188 87 122 -
CMYK 0 0.54 0.35 0.26
HSL 339.21º 0.43% 0.54% -
HSV(B) 339.21º 0.54% 0.74% -
XYZ 27.66 18.91 20.61 -
YUV 121.19 128.46 175.65 -
System Red Green Blue C M Y K H S L
Decimal 188 87 122 0 0.54 0.35 0.26 339.21 0.43 0.54
Hex BC 57 7A 0 36 23 1A 153 2B 36
Octal 274 127 172 0 66 43 32 523 53 66
Binary 10111100 1010111 1111010 0 110110 100011 11010 101010011 101011 110110

Color Harmonies of #BC577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC577A

Black with #BC577A

Text Example


Text Example

White with #BC577A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC577A; }

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

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

background-color css

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

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

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

border-color css

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

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

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