Html Css Color HEX #BC5E7A Royal Heath

📋 copy color: '#BC5E7A'

red 188 ◦ green 94 ◦ blue 122

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

Shades of Royal Heath #BC5E7A

Tints of Royal Heath #BC5E7A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.27%

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

R = 46.53%
G = 23.27%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC5E7A (or 0xBC5E7A) is known color: Royal Heath. HEX triplet: BC, 5E and 7A. RGB value is (188,94,122). Sum of RGB (Red+Green+Blue) = 188+94+122=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5E7A is #43A185. Grayscale: #7D7D7D. Windows color (decimal): -4432262 or 8019644. OLE color: 8019644.

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

Color convert

RGB 188 94 122 -
CMYK 0 0.50 0.35 0.26
HSL 342.13º 0.41% 0.55% -
HSV(B) 342.13º 0.5% 0.74% -
XYZ 28.25 20.1 20.8 -
YUV 125.3 126.14 172.72 -
System Red Green Blue C M Y K H S L
Decimal 188 94 122 0 0.50 0.35 0.26 342.13 0.41 0.55
Hex BC 5E 7A 0 32 23 1A 156 29 37
Octal 274 136 172 0 62 43 32 526 51 67
Binary 10111100 1011110 1111010 0 110010 100011 11010 101010110 101001 110111

Color Harmonies of #BC5E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E7A

Black with #BC5E7A

Text Example


Text Example

White with #BC5E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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