Html Css Color HEX #BC567D Royal Heath

📋 copy color: '#BC567D'

red 188 ◦ green 86 ◦ blue 125

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

Shades of Royal Heath #BC567D

Tints of Royal Heath #BC567D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 47.12%
G = 21.55%
B = 31.33%

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

#BC567D (or 0xBC567D) is known color: Royal Heath. HEX triplet: BC, 56 and 7D. RGB value is (188,86,125). Sum of RGB (Red+Green+Blue) = 188+86+125=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC567D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC567D is #43A982. Grayscale: #787878. Windows color (decimal): -4434307 or 8214204. OLE color: 8214204.

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

Color convert

RGB 188 86 125 -
CMYK 0 0.54 0.34 0.26
HSL 337.06º 0.43% 0.54% -
HSV(B) 337.06º 0.54% 0.74% -
XYZ 27.77 18.83 21.57 -
YUV 120.94 130.29 175.83 -
System Red Green Blue C M Y K H S L
Decimal 188 86 125 0 0.54 0.34 0.26 337.06 0.43 0.54
Hex BC 56 7D 0 36 22 1A 151 2B 36
Octal 274 126 175 0 66 42 32 521 53 66
Binary 10111100 1010110 1111101 0 110110 100010 11010 101010001 101011 110110

Color Harmonies of #BC567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC567D

Black with #BC567D

Text Example


Text Example

White with #BC567D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC567D; }

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

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

background-color css

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

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

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

border-color css

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

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

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