Html Css Color HEX #BC497C Royal Heath

📋 copy color: '#BC497C'

red 188 ◦ green 73 ◦ blue 124

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

Shades of Royal Heath #BC497C

Tints of Royal Heath #BC497C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.96%

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 48.83%
G = 18.96%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC497C (or 0xBC497C) is known color: Royal Heath. HEX triplet: BC, 49 and 7C. RGB value is (188,73,124). Sum of RGB (Red+Green+Blue) = 188+73+124=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC497C is #43B683. Grayscale: #717171. Windows color (decimal): -4437636 or 8145340. OLE color: 8145340.

HSL color Cylindrical-coordinate representation of color #BC497C: hue angle of 333.39º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC497C is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 73 124 -
CMYK 0 0.61 0.34 0.26
HSL 333.39º 0.46% 0.51% -
HSV(B) 333.39º 0.61% 0.74% -
XYZ 26.76 16.91 20.92 -
YUV 113.2 134.1 181.35 -
System Red Green Blue C M Y K H S L
Decimal 188 73 124 0 0.61 0.34 0.26 333.39 0.46 0.51
Hex BC 49 7C 0 3D 22 1A 14D 2E 33
Octal 274 111 174 0 75 42 32 515 56 63
Binary 10111100 1001001 1111100 0 111101 100010 11010 101001101 101110 110011

Color Harmonies of #BC497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC497C

Black with #BC497C

Text Example


Text Example

White with #BC497C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC497C; }

 p { color: rgb(188,73,124); }

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

background-color css

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

 a { background-color: rgb(188,73,124); }

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

border-color css

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

 span { border-color: rgb(188,73,124); }

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