Html Css Color HEX #BC2D7A Medium Red Violet

📋 copy color: '#BC2D7A'

red 188 ◦ green 45 ◦ blue 122

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

Shades of Medium Red Violet #BC2D7A

Tints of Medium Red Violet #BC2D7A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.68%

 BLUE value IS 122 (48.05% from 255) = 34.37%

R = 52.96%
G = 12.68%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC2D7A (or 0xBC2D7A) is known color: Medium Red Violet. HEX triplet: BC, 2D and 7A. RGB value is (188,45,122). Sum of RGB (Red+Green+Blue) = 188+45+122=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2D7A is #43D285. Grayscale: #606060. Windows color (decimal): -4444806 or 8007100. OLE color: 8007100.

HSL color Cylindrical-coordinate representation of color #BC2D7A: hue angle of 327.69º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2D7A is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 45 122 -
CMYK 0 0.76 0.35 0.26
HSL 327.69º 0.61% 0.46% -
HSV(B) 327.69º 0.76% 0.74% -
XYZ 25.19 13.97 19.78 -
YUV 96.54 142.38 193.24 -
System Red Green Blue C M Y K H S L
Decimal 188 45 122 0 0.76 0.35 0.26 327.69 0.61 0.46
Hex BC 2D 7A 0 4C 23 1A 148 3D 2E
Octal 274 55 172 0 114 43 32 510 75 56
Binary 10111100 101101 1111010 0 1001100 100011 11010 101001000 111101 101110

Color Harmonies of #BC2D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2D7A

Black with #BC2D7A

Text Example


Text Example

White with #BC2D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2D7A; }

 p { color: rgb(188,45,122); }

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

background-color css

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

 a { background-color: rgb(188,45,122); }

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

border-color css

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

 span { border-color: rgb(188,45,122); }

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