Html Css Color HEX #BC1E9B Medium Violet Red

📋 copy color: '#BC1E9B'

red 188 ◦ green 30 ◦ blue 155

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

Shades of Medium Violet Red #BC1E9B

Tints of Medium Violet Red #BC1E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.55%

R = 50.4%
G = 8.04%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC1E9B (or 0xBC1E9B) is known color: Medium Violet Red. HEX triplet: BC, 1E and 9B. RGB value is (188,30,155). Sum of RGB (Red+Green+Blue) = 188+30+155=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1E9B is #43E164. Grayscale: #5B5B5B. Windows color (decimal): -4448613 or 10165948. OLE color: 10165948.

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

Color convert

RGB 188 30 155 -
CMYK 0 0.84 0.18 0.26
HSL 312.53º 0.72% 0.43% -
HSV(B) 312.53º 0.84% 0.74% -
XYZ 27.12 13.99 32.28 -
YUV 91.49 163.85 196.84 -
System Red Green Blue C M Y K H S L
Decimal 188 30 155 0 0.84 0.18 0.26 312.53 0.72 0.43
Hex BC 1E 9B 0 54 12 1A 139 48 2B
Octal 274 36 233 0 124 22 32 471 110 53
Binary 10111100 11110 10011011 0 1010100 10010 11010 100111001 1001000 101011

Color Harmonies of #BC1E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1E9B

Black with #BC1E9B

Text Example


Text Example

White with #BC1E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1E9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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