Html Css Color HEX #BC477C Royal Heath

📋 copy color: '#BC477C'

red 188 ◦ green 71 ◦ blue 124

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

Shades of Royal Heath #BC477C

Tints of Royal Heath #BC477C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.54%

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

R = 49.09%
G = 18.54%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC477C (or 0xBC477C) is known color: Royal Heath. HEX triplet: BC, 47 and 7C. RGB value is (188,71,124). Sum of RGB (Red+Green+Blue) = 188+71+124=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC477C is #43B883. Grayscale: #6F6F6F. Windows color (decimal): -4438148 or 8144828. OLE color: 8144828.

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

Color convert

RGB 188 71 124 -
CMYK 0 0.62 0.34 0.26
HSL 332.82º 0.47% 0.51% -
HSV(B) 332.82º 0.62% 0.74% -
XYZ 26.63 16.65 20.88 -
YUV 112.03 134.76 182.19 -
System Red Green Blue C M Y K H S L
Decimal 188 71 124 0 0.62 0.34 0.26 332.82 0.47 0.51
Hex BC 47 7C 0 3E 22 1A 14D 2F 33
Octal 274 107 174 0 76 42 32 515 57 63
Binary 10111100 1000111 1111100 0 111110 100010 11010 101001101 101111 110011

Color Harmonies of #BC477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC477C

Black with #BC477C

Text Example


Text Example

White with #BC477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC477C; }

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

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

background-color css

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

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

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

border-color css

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

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

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