Html Css Color HEX #BC4D7C Royal Heath

📋 copy color: '#BC4D7C'

red 188 ◦ green 77 ◦ blue 124

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

Shades of Royal Heath #BC4D7C

Tints of Royal Heath #BC4D7C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.79%

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

R = 48.33%
G = 19.79%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC4D7C (or 0xBC4D7C) is known color: Royal Heath. HEX triplet: BC, 4D and 7C. RGB value is (188,77,124). Sum of RGB (Red+Green+Blue) = 188+77+124=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4D7C is #43B283. Grayscale: #737373. Windows color (decimal): -4436612 or 8146364. OLE color: 8146364.

HSL color Cylindrical-coordinate representation of color #BC4D7C: hue angle of 334.59º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4D7C is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 77 124 -
CMYK 0 0.59 0.34 0.26
HSL 334.59º 0.45% 0.52% -
HSV(B) 334.59º 0.59% 0.74% -
XYZ 27.03 17.45 21.01 -
YUV 115.55 132.77 179.68 -
System Red Green Blue C M Y K H S L
Decimal 188 77 124 0 0.59 0.34 0.26 334.59 0.45 0.52
Hex BC 4D 7C 0 3B 22 1A 14F 2D 34
Octal 274 115 174 0 73 42 32 517 55 64
Binary 10111100 1001101 1111100 0 111011 100010 11010 101001111 101101 110100

Color Harmonies of #BC4D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D7C

Black with #BC4D7C

Text Example


Text Example

White with #BC4D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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