Html Css Color HEX #BC227C Medium Red Violet

📋 copy color: '#BC227C'

red 188 ◦ green 34 ◦ blue 124

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

Shades of Medium Red Violet #BC227C

Tints of Medium Red Violet #BC227C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.84%

R = 54.34%
G = 9.83%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC227C (or 0xBC227C) is known color: Medium Red Violet. HEX triplet: BC, 22 and 7C. RGB value is (188,34,124). Sum of RGB (Red+Green+Blue) = 188+34+124=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC227C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC227C is #43DD83. Grayscale: #5A5A5A. Windows color (decimal): -4447620 or 8135356. OLE color: 8135356.

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

Color convert

RGB 188 34 124 -
CMYK 0 0.82 0.34 0.26
HSL 324.94º 0.69% 0.44% -
HSV(B) 324.94º 0.82% 0.74% -
XYZ 24.95 13.29 20.32 -
YUV 90.31 147.02 197.68 -
System Red Green Blue C M Y K H S L
Decimal 188 34 124 0 0.82 0.34 0.26 324.94 0.69 0.44
Hex BC 22 7C 0 52 22 1A 145 45 2C
Octal 274 42 174 0 122 42 32 505 105 54
Binary 10111100 100010 1111100 0 1010010 100010 11010 101000101 1000101 101100

Color Harmonies of #BC227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC227C

Black with #BC227C

Text Example


Text Example

White with #BC227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC227C; }

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

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

background-color css

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

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

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

border-color css

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

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

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