Html Css Color HEX #BC127C Medium Violet Red

📋 copy color: '#BC127C'

red 188 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #BC127C

Tints of Medium Violet Red #BC127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.45%

 BLUE value IS 124 (48.83% from 255) = 37.58%

R = 56.97%
G = 5.45%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC127C (or 0xBC127C) is known color: Medium Violet Red. HEX triplet: BC, 12 and 7C. RGB value is (188,18,124). Sum of RGB (Red+Green+Blue) = 188+18+124=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC127C is #43ED83. Grayscale: #505050. Windows color (decimal): -4451716 or 8131260. OLE color: 8131260.

HSL color Cylindrical-coordinate representation of color #BC127C: hue angle of 322.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC127C is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 18 124 -
CMYK 0 0.90 0.34 0.26
HSL 322.59º 0.83% 0.4% -
HSV(B) 322.59º 0.9% 0.74% -
XYZ 24.59 12.58 20.2 -
YUV 80.91 152.32 204.38 -
System Red Green Blue C M Y K H S L
Decimal 188 18 124 0 0.90 0.34 0.26 322.59 0.83 0.4
Hex BC 12 7C 0 5A 22 1A 143 53 28
Octal 274 22 174 0 132 42 32 503 123 50
Binary 10111100 10010 1111100 0 1011010 100010 11010 101000011 1010011 101000

Color Harmonies of #BC127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC127C

Black with #BC127C

Text Example


Text Example

White with #BC127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC127C; }

 p { color: rgb(188,18,124); }

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

background-color css

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

 a { background-color: rgb(188,18,124); }

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

border-color css

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

 span { border-color: rgb(188,18,124); }

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