Html Css Color HEX #BC057A Medium Violet Red

📋 copy color: '#BC057A'

red 188 ◦ green 5 ◦ blue 122

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

Shades of Medium Violet Red #BC057A

Tints of Medium Violet Red #BC057A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.59%

 BLUE value IS 122 (48.05% from 255) = 38.73%

R = 59.68%
G = 1.59%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC057A (or 0xBC057A) is known color: Medium Violet Red. HEX triplet: BC, 05 and 7A. RGB value is (188,5,122). Sum of RGB (Red+Green+Blue) = 188+5+122=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC057A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC057A is #43FA85. Grayscale: #484848. Windows color (decimal): -4455046 or 7996860. OLE color: 7996860.

HSL color Cylindrical-coordinate representation of color #BC057A: hue angle of 321.64º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC057A is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 5 122 -
CMYK 0 0.97 0.35 0.26
HSL 321.64º 0.95% 0.38% -
HSV(B) 321.64º 0.97% 0.74% -
XYZ 24.31 12.21 19.49 -
YUV 73.06 155.63 209.99 -
System Red Green Blue C M Y K H S L
Decimal 188 5 122 0 0.97 0.35 0.26 321.64 0.95 0.38
Hex BC 5 7A 0 61 23 1A 142 5F 26
Octal 274 5 172 0 141 43 32 502 137 46
Binary 10111100 101 1111010 0 1100001 100011 11010 101000010 1011111 100110

Color Harmonies of #BC057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC057A

Black with #BC057A

Text Example


Text Example

White with #BC057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC057A; }

 p { color: rgb(188,5,122); }

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

background-color css

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

 a { background-color: rgb(188,5,122); }

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

border-color css

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

 span { border-color: rgb(188,5,122); }

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