Html Css Color HEX #BC2291 Medium Violet Red

📋 copy color: '#BC2291'

red 188 ◦ green 34 ◦ blue 145

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

Shades of Medium Violet Red #BC2291

Tints of Medium Violet Red #BC2291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.51%

R = 51.23%
G = 9.26%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC2291 (or 0xBC2291) is known color: Medium Violet Red. HEX triplet: BC, 22 and 91. RGB value is (188,34,145). Sum of RGB (Red+Green+Blue) = 188+34+145=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2291 is #43DD6E. Grayscale: #5C5C5C. Windows color (decimal): -4447599 or 9511612. OLE color: 9511612.

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

Color convert

RGB 188 34 145 -
CMYK 0 0.82 0.23 0.26
HSL 316.75º 0.69% 0.44% -
HSV(B) 316.75º 0.82% 0.74% -
XYZ 26.42 13.88 28.07 -
YUV 92.7 157.52 195.97 -
System Red Green Blue C M Y K H S L
Decimal 188 34 145 0 0.82 0.23 0.26 316.75 0.69 0.44
Hex BC 22 91 0 52 17 1A 13D 45 2C
Octal 274 42 221 0 122 27 32 475 105 54
Binary 10111100 100010 10010001 0 1010010 10111 11010 100111101 1000101 101100

Color Harmonies of #BC2291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2291

Black with #BC2291

Text Example


Text Example

White with #BC2291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2291; }

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

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

background-color css

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

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

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

border-color css

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

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

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