Html Css Color HEX #BC2070 Medium Violet Red

📋 copy color: '#BC2070'

red 188 ◦ green 32 ◦ blue 112

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

Shades of Medium Violet Red #BC2070

Tints of Medium Violet Red #BC2070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.64%

 BLUE value IS 112 (44.14% from 255) = 33.73%

R = 56.63%
G = 9.64%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC2070 (or 0xBC2070) is known color: Medium Violet Red. HEX triplet: BC, 20 and 70. RGB value is (188,32,112). Sum of RGB (Red+Green+Blue) = 188+32+112=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2070 is #43DF8F. Grayscale: #575757. Windows color (decimal): -4448144 or 7348412. OLE color: 7348412.

HSL color Cylindrical-coordinate representation of color #BC2070: hue angle of 329.23º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2070 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 32 112 -
CMYK 0 0.83 0.40 0.26
HSL 329.23º 0.71% 0.43% -
HSV(B) 329.23º 0.83% 0.74% -
XYZ 24.18 12.89 16.54 -
YUV 87.76 141.68 199.5 -
System Red Green Blue C M Y K H S L
Decimal 188 32 112 0 0.83 0.40 0.26 329.23 0.71 0.43
Hex BC 20 70 0 53 28 1A 149 47 2B
Octal 274 40 160 0 123 50 32 511 107 53
Binary 10111100 100000 1110000 0 1010011 101000 11010 101001001 1000111 101011

Color Harmonies of #BC2070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2070

Black with #BC2070

Text Example


Text Example

White with #BC2070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2070; }

 p { color: rgb(188,32,112); }

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

background-color css

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

 a { background-color: rgb(188,32,112); }

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

border-color css

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

 span { border-color: rgb(188,32,112); }

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