Html Css Color HEX #BC5680 Royal Heath

📋 copy color: '#BC5680'

red 188 ◦ green 86 ◦ blue 128

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

Shades of Royal Heath #BC5680

Tints of Royal Heath #BC5680

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.39%

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

R = 46.77%
G = 21.39%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC5680 (or 0xBC5680) is known color: Royal Heath. HEX triplet: BC, 56 and 80. RGB value is (188,86,128). Sum of RGB (Red+Green+Blue) = 188+86+128=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5680 is #43A97F. Grayscale: #797979. Windows color (decimal): -4434304 or 8410812. OLE color: 8410812.

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

Color convert

RGB 188 86 128 -
CMYK 0 0.54 0.32 0.26
HSL 335.29º 0.43% 0.54% -
HSV(B) 335.29º 0.54% 0.74% -
XYZ 27.96 18.91 22.6 -
YUV 121.29 131.79 175.58 -
System Red Green Blue C M Y K H S L
Decimal 188 86 128 0 0.54 0.32 0.26 335.29 0.43 0.54
Hex BC 56 80 0 36 20 1A 14F 2B 36
Octal 274 126 200 0 66 40 32 517 53 66
Binary 10111100 1010110 10000000 0 110110 100000 11010 101001111 101011 110110

Color Harmonies of #BC5680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5680

Black with #BC5680

Text Example


Text Example

White with #BC5680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5680; }

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

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

background-color css

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

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

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

border-color css

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

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

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