Html Css Color HEX #BC5A80 Royal Heath

📋 copy color: '#BC5A80'

red 188 ◦ green 90 ◦ blue 128

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

Shades of Royal Heath #BC5A80

Tints of Royal Heath #BC5A80

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.17%

 BLUE value IS 128 (50.39% from 255) = 31.53%

R = 46.31%
G = 22.17%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC5A80 (or 0xBC5A80) is known color: Royal Heath. HEX triplet: BC, 5A and 80. RGB value is (188,90,128). Sum of RGB (Red+Green+Blue) = 188+90+128=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5A80 is #43A57F. Grayscale: #7B7B7B. Windows color (decimal): -4433280 or 8411836. OLE color: 8411836.

HSL color Cylindrical-coordinate representation of color #BC5A80: hue angle of 336.73º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5A80 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 90 128 -
CMYK 0 0.52 0.32 0.26
HSL 336.73º 0.42% 0.55% -
HSV(B) 336.73º 0.52% 0.74% -
XYZ 28.29 19.56 22.71 -
YUV 123.63 130.47 173.91 -
System Red Green Blue C M Y K H S L
Decimal 188 90 128 0 0.52 0.32 0.26 336.73 0.42 0.55
Hex BC 5A 80 0 34 20 1A 151 2A 37
Octal 274 132 200 0 64 40 32 521 52 67
Binary 10111100 1011010 10000000 0 110100 100000 11010 101010001 101010 110111

Color Harmonies of #BC5A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5A80

Black with #BC5A80

Text Example


Text Example

White with #BC5A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5A80; }

 p { color: rgb(188,90,128); }

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

background-color css

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

 a { background-color: rgb(188,90,128); }

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

border-color css

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

 span { border-color: rgb(188,90,128); }

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