Html Css Color HEX #BC5679 Royal Heath

📋 copy color: '#BC5679'

red 188 ◦ green 86 ◦ blue 121

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

Shades of Royal Heath #BC5679

Tints of Royal Heath #BC5679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.63%

R = 47.59%
G = 21.77%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC5679 (or 0xBC5679) is known color: Royal Heath. HEX triplet: BC, 56 and 79. RGB value is (188,86,121). Sum of RGB (Red+Green+Blue) = 188+86+121=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5679 is #43A986. Grayscale: #787878. Windows color (decimal): -4434311 or 7952060. OLE color: 7952060.

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

Color convert

RGB 188 86 121 -
CMYK 0 0.54 0.36 0.26
HSL 339.41º 0.43% 0.54% -
HSV(B) 339.41º 0.54% 0.74% -
XYZ 27.52 18.73 20.25 -
YUV 120.49 128.29 176.15 -
System Red Green Blue C M Y K H S L
Decimal 188 86 121 0 0.54 0.36 0.26 339.41 0.43 0.54
Hex BC 56 79 0 36 24 1A 153 2B 36
Octal 274 126 171 0 66 44 32 523 53 66
Binary 10111100 1010110 1111001 0 110110 100100 11010 101010011 101011 110110

Color Harmonies of #BC5679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5679

Black with #BC5679

Text Example


Text Example

White with #BC5679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5679; }

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

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

background-color css

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

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

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

border-color css

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

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

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