Html Css Color HEX #BC447C Royal Heath

📋 copy color: '#BC447C'

red 188 ◦ green 68 ◦ blue 124

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

Shades of Royal Heath #BC447C

Tints of Royal Heath #BC447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.89%

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

R = 49.47%
G = 17.89%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC447C (or 0xBC447C) is known color: Royal Heath. HEX triplet: BC, 44 and 7C. RGB value is (188,68,124). Sum of RGB (Red+Green+Blue) = 188+68+124=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC447C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC447C is #43BB83. Grayscale: #6E6E6E. Windows color (decimal): -4438916 or 8144060. OLE color: 8144060.

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

Color convert

RGB 188 68 124 -
CMYK 0 0.64 0.34 0.26
HSL 332º 0.47% 0.5% -
HSV(B) 332º 0.64% 0.74% -
XYZ 26.44 16.28 20.82 -
YUV 110.26 135.76 183.45 -
System Red Green Blue C M Y K H S L
Decimal 188 68 124 0 0.64 0.34 0.26 332 0.47 0.5
Hex BC 44 7C 0 40 22 1A 14C 2F 32
Octal 274 104 174 0 100 42 32 514 57 62
Binary 10111100 1000100 1111100 0 1000000 100010 11010 101001100 101111 110010

Color Harmonies of #BC447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC447C

Black with #BC447C

Text Example


Text Example

White with #BC447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC447C; }

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

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

background-color css

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

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

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

border-color css

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

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

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