Html Css Color HEX #BC227D Medium Red Violet

📋 copy color: '#BC227D'

red 188 ◦ green 34 ◦ blue 125

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

Shades of Medium Red Violet #BC227D

Tints of Medium Red Violet #BC227D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 54.18%
G = 9.8%
B = 36.02%

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

#BC227D (or 0xBC227D) is known color: Medium Red Violet. HEX triplet: BC, 22 and 7D. RGB value is (188,34,125). Sum of RGB (Red+Green+Blue) = 188+34+125=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC227D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC227D is #43DD82. Grayscale: #5A5A5A. Windows color (decimal): -4447619 or 8200892. OLE color: 8200892.

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

Color convert

RGB 188 34 125 -
CMYK 0 0.82 0.34 0.26
HSL 324.55º 0.69% 0.44% -
HSV(B) 324.55º 0.82% 0.74% -
XYZ 25.01 13.32 20.65 -
YUV 90.42 147.52 197.6 -
System Red Green Blue C M Y K H S L
Decimal 188 34 125 0 0.82 0.34 0.26 324.55 0.69 0.44
Hex BC 22 7D 0 52 22 1A 145 45 2C
Octal 274 42 175 0 122 42 32 505 105 54
Binary 10111100 100010 1111101 0 1010010 100010 11010 101000101 1000101 101100

Color Harmonies of #BC227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC227D

Black with #BC227D

Text Example


Text Example

White with #BC227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC227D; }

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

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

background-color css

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

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

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

border-color css

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

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

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