Html Css Color HEX #BC457C Royal Heath

📋 copy color: '#BC457C'

red 188 ◦ green 69 ◦ blue 124

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

Shades of Royal Heath #BC457C

Tints of Royal Heath #BC457C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.11%

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

R = 49.34%
G = 18.11%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC457C (or 0xBC457C) is known color: Royal Heath. HEX triplet: BC, 45 and 7C. RGB value is (188,69,124). Sum of RGB (Red+Green+Blue) = 188+69+124=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC457C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC457C is #43BA83. Grayscale: #6E6E6E. Windows color (decimal): -4438660 or 8144316. OLE color: 8144316.

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

Color convert

RGB 188 69 124 -
CMYK 0 0.63 0.34 0.26
HSL 332.27º 0.47% 0.5% -
HSV(B) 332.27º 0.63% 0.74% -
XYZ 26.51 16.4 20.84 -
YUV 110.85 135.42 183.03 -
System Red Green Blue C M Y K H S L
Decimal 188 69 124 0 0.63 0.34 0.26 332.27 0.47 0.5
Hex BC 45 7C 0 3F 22 1A 14C 2F 32
Octal 274 105 174 0 77 42 32 514 57 62
Binary 10111100 1000101 1111100 0 111111 100010 11010 101001100 101111 110010

Color Harmonies of #BC457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC457C

Black with #BC457C

Text Example


Text Example

White with #BC457C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC457C; }

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

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

background-color css

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

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

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

border-color css

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

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

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