Html Css Color HEX #BC0790 Medium Violet Red

📋 copy color: '#BC0790'

red 188 ◦ green 7 ◦ blue 144

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

Shades of Medium Violet Red #BC0790

Tints of Medium Violet Red #BC0790

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.06%

 BLUE value IS 144 (56.64% from 255) = 42.48%

R = 55.46%
G = 2.06%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC0790 (or 0xBC0790) is known color: Medium Violet Red. HEX triplet: BC, 07 and 90. RGB value is (188,7,144). Sum of RGB (Red+Green+Blue) = 188+7+144=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0790 is #43F86F. Grayscale: #4C4C4C. Windows color (decimal): -4454512 or 9439164. OLE color: 9439164.

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

Color convert

RGB 188 7 144 -
CMYK 0 0.96 0.23 0.26
HSL 314.59º 0.93% 0.38% -
HSV(B) 314.59º 0.96% 0.74% -
XYZ 25.85 12.86 27.5 -
YUV 76.74 165.97 207.36 -
System Red Green Blue C M Y K H S L
Decimal 188 7 144 0 0.96 0.23 0.26 314.59 0.93 0.38
Hex BC 7 90 0 60 17 1A 13B 5D 26
Octal 274 7 220 0 140 27 32 473 135 46
Binary 10111100 111 10010000 0 1100000 10111 11010 100111011 1011101 100110

Color Harmonies of #BC0790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0790

Black with #BC0790

Text Example


Text Example

White with #BC0790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0790; }

 p { color: rgb(188,7,144); }

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

background-color css

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

 a { background-color: rgb(188,7,144); }

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

border-color css

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

 span { border-color: rgb(188,7,144); }

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