Html Css Color HEX #BC4E7C Royal Heath

📋 copy color: '#BC4E7C'

red 188 ◦ green 78 ◦ blue 124

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

Shades of Royal Heath #BC4E7C

Tints of Royal Heath #BC4E7C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20%

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

R = 48.21%
G = 20%
B = 31.79%

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

#BC4E7C (or 0xBC4E7C) is known color: Royal Heath. HEX triplet: BC, 4E and 7C. RGB value is (188,78,124). Sum of RGB (Red+Green+Blue) = 188+78+124=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4E7C is #43B183. Grayscale: #747474. Windows color (decimal): -4436356 or 8146620. OLE color: 8146620.

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

Color convert

RGB 188 78 124 -
CMYK 0 0.59 0.34 0.26
HSL 334.91º 0.45% 0.52% -
HSV(B) 334.91º 0.59% 0.74% -
XYZ 27.1 17.6 21.04 -
YUV 116.13 132.44 179.26 -
System Red Green Blue C M Y K H S L
Decimal 188 78 124 0 0.59 0.34 0.26 334.91 0.45 0.52
Hex BC 4E 7C 0 3B 22 1A 14F 2D 34
Octal 274 116 174 0 73 42 32 517 55 64
Binary 10111100 1001110 1111100 0 111011 100010 11010 101001111 101101 110100

Color Harmonies of #BC4E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E7C

Black with #BC4E7C

Text Example


Text Example

White with #BC4E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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