Html Css Color HEX #BC2C7D Medium Red Violet

📋 copy color: '#BC2C7D'

red 188 ◦ green 44 ◦ blue 125

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

Shades of Medium Red Violet #BC2C7D

Tints of Medium Red Violet #BC2C7D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.32%

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

R = 52.66%
G = 12.32%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC2C7D (or 0xBC2C7D) is known color: Medium Red Violet. HEX triplet: BC, 2C and 7D. RGB value is (188,44,125). Sum of RGB (Red+Green+Blue) = 188+44+125=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 44 (17.58% from 255 or 12.32% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2C7D is #43D382. Grayscale: #606060. Windows color (decimal): -4445059 or 8203452. OLE color: 8203452.

HSL color Cylindrical-coordinate representation of color #BC2C7D: hue angle of 326.25º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2C7D is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 44 125 -
CMYK 0 0.77 0.34 0.26
HSL 326.25º 0.62% 0.45% -
HSV(B) 326.25º 0.77% 0.74% -
XYZ 25.34 13.97 20.76 -
YUV 96.29 144.21 193.41 -
System Red Green Blue C M Y K H S L
Decimal 188 44 125 0 0.77 0.34 0.26 326.25 0.62 0.45
Hex BC 2C 7D 0 4D 22 1A 146 3E 2D
Octal 274 54 175 0 115 42 32 506 76 55
Binary 10111100 101100 1111101 0 1001101 100010 11010 101000110 111110 101101

Color Harmonies of #BC2C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2C7D

Black with #BC2C7D

Text Example


Text Example

White with #BC2C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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