Html Css Color HEX #BC2297 Medium Violet Red

📋 copy color: '#BC2297'

red 188 ◦ green 34 ◦ blue 151

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

Shades of Medium Violet Red #BC2297

Tints of Medium Violet Red #BC2297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.48%

R = 50.4%
G = 9.12%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC2297 (or 0xBC2297) is known color: Medium Violet Red. HEX triplet: BC, 22 and 97. RGB value is (188,34,151). Sum of RGB (Red+Green+Blue) = 188+34+151=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2297 is #43DD68. Grayscale: #5D5D5D. Windows color (decimal): -4447593 or 9904828. OLE color: 9904828.

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

Color convert

RGB 188 34 151 -
CMYK 0 0.82 0.20 0.26
HSL 314.42º 0.69% 0.44% -
HSV(B) 314.42º 0.82% 0.74% -
XYZ 26.9 14.07 30.58 -
YUV 93.38 160.52 195.49 -
System Red Green Blue C M Y K H S L
Decimal 188 34 151 0 0.82 0.20 0.26 314.42 0.69 0.44
Hex BC 22 97 0 52 14 1A 13A 45 2C
Octal 274 42 227 0 122 24 32 472 105 54
Binary 10111100 100010 10010111 0 1010010 10100 11010 100111010 1000101 101100

Color Harmonies of #BC2297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2297

Black with #BC2297

Text Example


Text Example

White with #BC2297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2297; }

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

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

background-color css

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

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

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

border-color css

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

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

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