Html Css Color HEX #BC1E9F Medium Violet Red

📋 copy color: '#BC1E9F'

red 188 ◦ green 30 ◦ blue 159

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

Shades of Medium Violet Red #BC1E9F

Tints of Medium Violet Red #BC1E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.18%

R = 49.87%
G = 7.96%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC1E9F (or 0xBC1E9F) is known color: Medium Violet Red. HEX triplet: BC, 1E and 9F. RGB value is (188,30,159). Sum of RGB (Red+Green+Blue) = 188+30+159=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1E9F is #43E160. Grayscale: #5B5B5B. Windows color (decimal): -4448609 or 10428092. OLE color: 10428092.

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

Color convert

RGB 188 30 159 -
CMYK 0 0.84 0.15 0.26
HSL 311.01º 0.72% 0.43% -
HSV(B) 311.01º 0.84% 0.74% -
XYZ 27.46 14.12 34.08 -
YUV 91.95 165.85 196.51 -
System Red Green Blue C M Y K H S L
Decimal 188 30 159 0 0.84 0.15 0.26 311.01 0.72 0.43
Hex BC 1E 9F 0 54 F 1A 137 48 2B
Octal 274 36 237 0 124 17 32 467 110 53
Binary 10111100 11110 10011111 0 1010100 1111 11010 100110111 1001000 101011

Color Harmonies of #BC1E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1E9F

Black with #BC1E9F

Text Example


Text Example

White with #BC1E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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