Html Css Color HEX #BC3070 Medium Red Violet

📋 copy color: '#BC3070'

red 188 ◦ green 48 ◦ blue 112

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

Shades of Medium Red Violet #BC3070

Tints of Medium Red Violet #BC3070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.79%

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

R = 54.02%
G = 13.79%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC3070 (or 0xBC3070) is known color: Medium Red Violet. HEX triplet: BC, 30 and 70. RGB value is (188,48,112). Sum of RGB (Red+Green+Blue) = 188+48+112=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3070 is #43CF8F. Grayscale: #616161. Windows color (decimal): -4444048 or 7352508. OLE color: 7352508.

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

Color convert

RGB 188 48 112 -
CMYK 0 0.74 0.40 0.26
HSL 332.57º 0.59% 0.46% -
HSV(B) 332.57º 0.74% 0.74% -
XYZ 24.72 13.98 16.72 -
YUV 97.16 136.38 192.8 -
System Red Green Blue C M Y K H S L
Decimal 188 48 112 0 0.74 0.40 0.26 332.57 0.59 0.46
Hex BC 30 70 0 4A 28 1A 14D 3B 2E
Octal 274 60 160 0 112 50 32 515 73 56
Binary 10111100 110000 1110000 0 1001010 101000 11010 101001101 111011 101110

Color Harmonies of #BC3070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3070

Black with #BC3070

Text Example


Text Example

White with #BC3070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3070; }

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

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

background-color css

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

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

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

border-color css

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

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

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