Html Css Color HEX #BC2294 Medium Violet Red

📋 copy color: '#BC2294'

red 188 ◦ green 34 ◦ blue 148

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

Shades of Medium Violet Red #BC2294

Tints of Medium Violet Red #BC2294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40%

R = 50.81%
G = 9.19%
B = 40%

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

#BC2294 (or 0xBC2294) is known color: Medium Violet Red. HEX triplet: BC, 22 and 94. RGB value is (188,34,148). Sum of RGB (Red+Green+Blue) = 188+34+148=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2294 is #43DD6B. Grayscale: #5C5C5C. Windows color (decimal): -4447596 or 9708220. OLE color: 9708220.

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

Color convert

RGB 188 34 148 -
CMYK 0 0.82 0.21 0.26
HSL 315.58º 0.69% 0.44% -
HSV(B) 315.58º 0.82% 0.74% -
XYZ 26.66 13.97 29.31 -
YUV 93.04 159.02 195.73 -
System Red Green Blue C M Y K H S L
Decimal 188 34 148 0 0.82 0.21 0.26 315.58 0.69 0.44
Hex BC 22 94 0 52 15 1A 13C 45 2C
Octal 274 42 224 0 122 25 32 474 105 54
Binary 10111100 100010 10010100 0 1010010 10101 11010 100111100 1000101 101100

Color Harmonies of #BC2294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2294

Black with #BC2294

Text Example


Text Example

White with #BC2294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2294; }

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

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

background-color css

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

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

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

border-color css

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

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

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