Html Css Color HEX #BC2298 Medium Violet Red

📋 copy color: '#BC2298'

red 188 ◦ green 34 ◦ blue 152

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

Shades of Medium Violet Red #BC2298

Tints of Medium Violet Red #BC2298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.64%

R = 50.27%
G = 9.09%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC2298 (or 0xBC2298) is known color: Medium Violet Red. HEX triplet: BC, 22 and 98. RGB value is (188,34,152). Sum of RGB (Red+Green+Blue) = 188+34+152=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2298 is #43DD67. Grayscale: #5D5D5D. Windows color (decimal): -4447592 or 9970364. OLE color: 9970364.

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

Color convert

RGB 188 34 152 -
CMYK 0 0.82 0.19 0.26
HSL 314.03º 0.69% 0.44% -
HSV(B) 314.03º 0.82% 0.74% -
XYZ 26.98 14.1 31.01 -
YUV 93.5 161.02 195.41 -
System Red Green Blue C M Y K H S L
Decimal 188 34 152 0 0.82 0.19 0.26 314.03 0.69 0.44
Hex BC 22 98 0 52 13 1A 13A 45 2C
Octal 274 42 230 0 122 23 32 472 105 54
Binary 10111100 100010 10011000 0 1010010 10011 11010 100111010 1000101 101100

Color Harmonies of #BC2298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2298

Black with #BC2298

Text Example


Text Example

White with #BC2298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2298; }

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

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

background-color css

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

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

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

border-color css

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

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

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