Html Css Color HEX #BC2195 Medium Violet Red

📋 copy color: '#BC2195'

red 188 ◦ green 33 ◦ blue 149

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

Shades of Medium Violet Red #BC2195

Tints of Medium Violet Red #BC2195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.27%

R = 50.81%
G = 8.92%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC2195 (or 0xBC2195) is known color: Medium Violet Red. HEX triplet: BC, 21 and 95. RGB value is (188,33,149). Sum of RGB (Red+Green+Blue) = 188+33+149=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2195 is #43DE6A. Grayscale: #5C5C5C. Windows color (decimal): -4447851 or 9773500. OLE color: 9773500.

HSL color Cylindrical-coordinate representation of color #BC2195: hue angle of 315.1º 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 #BC2195 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 33 149 -
CMYK 0 0.82 0.21 0.26
HSL 315.1º 0.7% 0.43% -
HSV(B) 315.1º 0.82% 0.74% -
XYZ 26.71 13.95 29.72 -
YUV 92.57 159.85 196.07 -
System Red Green Blue C M Y K H S L
Decimal 188 33 149 0 0.82 0.21 0.26 315.1 0.7 0.43
Hex BC 21 95 0 52 15 1A 13B 46 2B
Octal 274 41 225 0 122 25 32 473 106 53
Binary 10111100 100001 10010101 0 1010010 10101 11010 100111011 1000110 101011

Color Harmonies of #BC2195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2195

Black with #BC2195

Text Example


Text Example

White with #BC2195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2195; }

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

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

background-color css

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

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

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

border-color css

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

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

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