Html Css Color HEX #BC2170 Medium Violet Red

📋 copy color: '#BC2170'

red 188 ◦ green 33 ◦ blue 112

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

Shades of Medium Violet Red #BC2170

Tints of Medium Violet Red #BC2170

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.91%

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

R = 56.46%
G = 9.91%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC2170 (or 0xBC2170) is known color: Medium Violet Red. HEX triplet: BC, 21 and 70. RGB value is (188,33,112). Sum of RGB (Red+Green+Blue) = 188+33+112=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2170 is #43DE8F. Grayscale: #585858. Windows color (decimal): -4447888 or 7348668. OLE color: 7348668.

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

Color convert

RGB 188 33 112 -
CMYK 0 0.82 0.40 0.26
HSL 329.42º 0.7% 0.43% -
HSV(B) 329.42º 0.82% 0.74% -
XYZ 24.21 12.95 16.55 -
YUV 88.35 141.35 199.08 -
System Red Green Blue C M Y K H S L
Decimal 188 33 112 0 0.82 0.40 0.26 329.42 0.7 0.43
Hex BC 21 70 0 52 28 1A 149 46 2B
Octal 274 41 160 0 122 50 32 511 106 53
Binary 10111100 100001 1110000 0 1010010 101000 11010 101001001 1000110 101011

Color Harmonies of #BC2170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2170

Black with #BC2170

Text Example


Text Example

White with #BC2170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2170; }

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

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

background-color css

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

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

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

border-color css

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

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

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