Html Css Color HEX #BC5980 Royal Heath

📋 copy color: '#BC5980'

red 188 ◦ green 89 ◦ blue 128

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

Shades of Royal Heath #BC5980

Tints of Royal Heath #BC5980

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.98%

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

R = 46.42%
G = 21.98%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC5980 (or 0xBC5980) is known color: Royal Heath. HEX triplet: BC, 59 and 80. RGB value is (188,89,128). Sum of RGB (Red+Green+Blue) = 188+89+128=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5980 is #43A67F. Grayscale: #7A7A7A. Windows color (decimal): -4433536 or 8411580. OLE color: 8411580.

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

Color convert

RGB 188 89 128 -
CMYK 0 0.53 0.32 0.26
HSL 336.36º 0.42% 0.54% -
HSV(B) 336.36º 0.53% 0.74% -
XYZ 28.21 19.39 22.68 -
YUV 123.05 130.8 174.33 -
System Red Green Blue C M Y K H S L
Decimal 188 89 128 0 0.53 0.32 0.26 336.36 0.42 0.54
Hex BC 59 80 0 35 20 1A 150 2A 36
Octal 274 131 200 0 65 40 32 520 52 66
Binary 10111100 1011001 10000000 0 110101 100000 11010 101010000 101010 110110

Color Harmonies of #BC5980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5980

Black with #BC5980

Text Example


Text Example

White with #BC5980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5980; }

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

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

background-color css

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

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

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

border-color css

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

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

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