Html Css Color HEX #BC2A7F Medium Red Violet

📋 copy color: '#BC2A7F'

red 188 ◦ green 42 ◦ blue 127

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

Shades of Medium Red Violet #BC2A7F

Tints of Medium Red Violet #BC2A7F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.76%

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

R = 52.66%
G = 11.76%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC2A7F (or 0xBC2A7F) is known color: Medium Red Violet. HEX triplet: BC, 2A and 7F. RGB value is (188,42,127). Sum of RGB (Red+Green+Blue) = 188+42+127=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2A7F is #43D580. Grayscale: #5F5F5F. Windows color (decimal): -4445569 or 8334012. OLE color: 8334012.

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

Color convert

RGB 188 42 127 -
CMYK 0 0.78 0.32 0.26
HSL 325.07º 0.63% 0.45% -
HSV(B) 325.07º 0.78% 0.74% -
XYZ 25.4 13.88 21.42 -
YUV 95.34 145.87 194.09 -
System Red Green Blue C M Y K H S L
Decimal 188 42 127 0 0.78 0.32 0.26 325.07 0.63 0.45
Hex BC 2A 7F 0 4E 20 1A 145 3F 2D
Octal 274 52 177 0 116 40 32 505 77 55
Binary 10111100 101010 1111111 0 1001110 100000 11010 101000101 111111 101101

Color Harmonies of #BC2A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2A7F

Black with #BC2A7F

Text Example


Text Example

White with #BC2A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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