Html Css Color HEX #BC2B7F Medium Red Violet

📋 copy color: '#BC2B7F'

red 188 ◦ green 43 ◦ blue 127

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

Shades of Medium Red Violet #BC2B7F

Tints of Medium Red Violet #BC2B7F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.01%

 BLUE value IS 127 (50% from 255) = 35.47%

R = 52.51%
G = 12.01%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC2B7F (or 0xBC2B7F) is known color: Medium Red Violet. HEX triplet: BC, 2B and 7F. RGB value is (188,43,127). Sum of RGB (Red+Green+Blue) = 188+43+127=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2B7F is #43D480. Grayscale: #5F5F5F. Windows color (decimal): -4445313 or 8334268. OLE color: 8334268.

HSL color Cylindrical-coordinate representation of color #BC2B7F: hue angle of 325.24º degrees, saturation: 0.63, 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 #BC2B7F is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 43 127 -
CMYK 0 0.77 0.32 0.26
HSL 325.24º 0.63% 0.45% -
HSV(B) 325.24º 0.77% 0.74% -
XYZ 25.43 13.95 21.43 -
YUV 95.93 145.54 193.67 -
System Red Green Blue C M Y K H S L
Decimal 188 43 127 0 0.77 0.32 0.26 325.24 0.63 0.45
Hex BC 2B 7F 0 4D 20 1A 145 3F 2D
Octal 274 53 177 0 115 40 32 505 77 55
Binary 10111100 101011 1111111 0 1001101 100000 11010 101000101 111111 101101

Color Harmonies of #BC2B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2B7F

Black with #BC2B7F

Text Example


Text Example

White with #BC2B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2B7F; }

 p { color: rgb(188,43,127); }

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

background-color css

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

 a { background-color: rgb(188,43,127); }

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

border-color css

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

 span { border-color: rgb(188,43,127); }

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