Html Css Color HEX #BC2292 Medium Violet Red

📋 copy color: '#BC2292'

red 188 ◦ green 34 ◦ blue 146

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

Shades of Medium Violet Red #BC2292

Tints of Medium Violet Red #BC2292

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.24%

 BLUE value IS 146 (57.42% from 255) = 39.67%

R = 51.09%
G = 9.24%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC2292 (or 0xBC2292) is known color: Medium Violet Red. HEX triplet: BC, 22 and 92. RGB value is (188,34,146). Sum of RGB (Red+Green+Blue) = 188+34+146=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2292 is #43DD6D. Grayscale: #5C5C5C. Windows color (decimal): -4447598 or 9577148. OLE color: 9577148.

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

Color convert

RGB 188 34 146 -
CMYK 0 0.82 0.22 0.26
HSL 316.36º 0.69% 0.44% -
HSV(B) 316.36º 0.82% 0.74% -
XYZ 26.5 13.91 28.48 -
YUV 92.81 158.02 195.89 -
System Red Green Blue C M Y K H S L
Decimal 188 34 146 0 0.82 0.22 0.26 316.36 0.69 0.44
Hex BC 22 92 0 52 16 1A 13C 45 2C
Octal 274 42 222 0 122 26 32 474 105 54
Binary 10111100 100010 10010010 0 1010010 10110 11010 100111100 1000101 101100

Color Harmonies of #BC2292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2292

Black with #BC2292

Text Example


Text Example

White with #BC2292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2292; }

 p { color: rgb(188,34,146); }

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

background-color css

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

 a { background-color: rgb(188,34,146); }

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

border-color css

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

 span { border-color: rgb(188,34,146); }

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