Html Css Color HEX #BC497B Royal Heath

📋 copy color: '#BC497B'

red 188 ◦ green 73 ◦ blue 123

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

Shades of Royal Heath #BC497B

Tints of Royal Heath #BC497B

RGB

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

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

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

R = 48.96%
G = 19.01%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC497B (or 0xBC497B) is known color: Royal Heath. HEX triplet: BC, 49 and 7B. RGB value is (188,73,123). Sum of RGB (Red+Green+Blue) = 188+73+123=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC497B is #43B684. Grayscale: #717171. Windows color (decimal): -4437637 or 8079804. OLE color: 8079804.

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

Color convert

RGB 188 73 123 -
CMYK 0 0.61 0.35 0.26
HSL 333.91º 0.46% 0.51% -
HSV(B) 333.91º 0.61% 0.74% -
XYZ 26.7 16.89 20.59 -
YUV 113.09 133.6 181.43 -
System Red Green Blue C M Y K H S L
Decimal 188 73 123 0 0.61 0.35 0.26 333.91 0.46 0.51
Hex BC 49 7B 0 3D 23 1A 14E 2E 33
Octal 274 111 173 0 75 43 32 516 56 63
Binary 10111100 1001001 1111011 0 111101 100011 11010 101001110 101110 110011

Color Harmonies of #BC497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC497B

Black with #BC497B

Text Example


Text Example

White with #BC497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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