Html Css Color HEX #BC1E6E Medium Violet Red

📋 copy color: '#BC1E6E'

red 188 ◦ green 30 ◦ blue 110

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

Shades of Medium Violet Red #BC1E6E

Tints of Medium Violet Red #BC1E6E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.15%

 BLUE value IS 110 (43.36% from 255) = 33.54%

R = 57.32%
G = 9.15%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC1E6E (or 0xBC1E6E) is known color: Medium Violet Red. HEX triplet: BC, 1E and 6E. RGB value is (188,30,110). Sum of RGB (Red+Green+Blue) = 188+30+110=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1E6E is #43E191. Grayscale: #565656. Windows color (decimal): -4448658 or 7216828. OLE color: 7216828.

HSL color Cylindrical-coordinate representation of color #BC1E6E: hue angle of 329.62º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1E6E is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 30 110 -
CMYK 0 0.84 0.41 0.26
HSL 329.62º 0.72% 0.43% -
HSV(B) 329.62º 0.84% 0.74% -
XYZ 24.02 12.75 15.95 -
YUV 86.36 141.35 200.5 -
System Red Green Blue C M Y K H S L
Decimal 188 30 110 0 0.84 0.41 0.26 329.62 0.72 0.43
Hex BC 1E 6E 0 54 29 1A 14A 48 2B
Octal 274 36 156 0 124 51 32 512 110 53
Binary 10111100 11110 1101110 0 1010100 101001 11010 101001010 1001000 101011

Color Harmonies of #BC1E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1E6E

Black with #BC1E6E

Text Example


Text Example

White with #BC1E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1E6E; }

 p { color: rgb(188,30,110); }

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

background-color css

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

 a { background-color: rgb(188,30,110); }

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

border-color css

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

 span { border-color: rgb(188,30,110); }

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