Html Css Color HEX #BC567C Royal Heath

📋 copy color: '#BC567C'

red 188 ◦ green 86 ◦ blue 124

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

Shades of Royal Heath #BC567C

Tints of Royal Heath #BC567C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.16%

R = 47.24%
G = 21.61%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC567C (or 0xBC567C) is known color: Royal Heath. HEX triplet: BC, 56 and 7C. RGB value is (188,86,124). Sum of RGB (Red+Green+Blue) = 188+86+124=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC567C is #43A983. Grayscale: #787878. Windows color (decimal): -4434308 or 8148668. OLE color: 8148668.

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

Color convert

RGB 188 86 124 -
CMYK 0 0.54 0.34 0.26
HSL 337.65º 0.43% 0.54% -
HSV(B) 337.65º 0.54% 0.74% -
XYZ 27.7 18.8 21.24 -
YUV 120.83 129.79 175.91 -
System Red Green Blue C M Y K H S L
Decimal 188 86 124 0 0.54 0.34 0.26 337.65 0.43 0.54
Hex BC 56 7C 0 36 22 1A 152 2B 36
Octal 274 126 174 0 66 42 32 522 53 66
Binary 10111100 1010110 1111100 0 110110 100010 11010 101010010 101011 110110

Color Harmonies of #BC567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC567C

Black with #BC567C

Text Example


Text Example

White with #BC567C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC567C; }

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

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

background-color css

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

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

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

border-color css

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

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

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