Html Css Color HEX #BC2570 Medium Red Violet

📋 copy color: '#BC2570'

red 188 ◦ green 37 ◦ blue 112

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

Shades of Medium Red Violet #BC2570

Tints of Medium Red Violet #BC2570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.98%

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

R = 55.79%
G = 10.98%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC2570 (or 0xBC2570) is known color: Medium Red Violet. HEX triplet: BC, 25 and 70. RGB value is (188,37,112). Sum of RGB (Red+Green+Blue) = 188+37+112=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2570 is #43DA8F. Grayscale: #5A5A5A. Windows color (decimal): -4446864 or 7349692. OLE color: 7349692.

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

Color convert

RGB 188 37 112 -
CMYK 0 0.80 0.40 0.26
HSL 330.2º 0.67% 0.44% -
HSV(B) 330.2º 0.8% 0.74% -
XYZ 24.33 13.18 16.59 -
YUV 90.7 140.03 197.4 -
System Red Green Blue C M Y K H S L
Decimal 188 37 112 0 0.80 0.40 0.26 330.2 0.67 0.44
Hex BC 25 70 0 50 28 1A 14A 43 2C
Octal 274 45 160 0 120 50 32 512 103 54
Binary 10111100 100101 1110000 0 1010000 101000 11010 101001010 1000011 101100

Color Harmonies of #BC2570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2570

Black with #BC2570

Text Example


Text Example

White with #BC2570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2570; }

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

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

background-color css

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

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

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

border-color css

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

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

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