Html Css Color HEX #BC127F Medium Violet Red

📋 copy color: '#BC127F'

red 188 ◦ green 18 ◦ blue 127

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

Shades of Medium Violet Red #BC127F

Tints of Medium Violet Red #BC127F

RGB

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

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

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

R = 56.46%
G = 5.41%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC127F (or 0xBC127F) is known color: Medium Violet Red. HEX triplet: BC, 12 and 7F. RGB value is (188,18,127). Sum of RGB (Red+Green+Blue) = 188+18+127=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC127F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC127F is #43ED80. Grayscale: #505050. Windows color (decimal): -4451713 or 8327868. OLE color: 8327868.

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

Color convert

RGB 188 18 127 -
CMYK 0 0.90 0.32 0.26
HSL 321.53º 0.83% 0.4% -
HSV(B) 321.53º 0.9% 0.74% -
XYZ 24.79 12.66 21.22 -
YUV 81.26 153.82 204.14 -
System Red Green Blue C M Y K H S L
Decimal 188 18 127 0 0.90 0.32 0.26 321.53 0.83 0.4
Hex BC 12 7F 0 5A 20 1A 142 53 28
Octal 274 22 177 0 132 40 32 502 123 50
Binary 10111100 10010 1111111 0 1011010 100000 11010 101000010 1010011 101000

Color Harmonies of #BC127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC127F

Black with #BC127F

Text Example


Text Example

White with #BC127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC127F; }

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

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

background-color css

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

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

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

border-color css

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

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

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