Html Css Color HEX #BC1F9E Medium Violet Red

📋 copy color: '#BC1F9E'

red 188 ◦ green 31 ◦ blue 158

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

Shades of Medium Violet Red #BC1F9E

Tints of Medium Violet Red #BC1F9E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.22%

 BLUE value IS 158 (62.11% from 255) = 41.91%

R = 49.87%
G = 8.22%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC1F9E (or 0xBC1F9E) is known color: Medium Violet Red. HEX triplet: BC, 1F and 9E. RGB value is (188,31,158). Sum of RGB (Red+Green+Blue) = 188+31+158=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1F9E is #43E061. Grayscale: #5C5C5C. Windows color (decimal): -4448354 or 10362812. OLE color: 10362812.

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

Color convert

RGB 188 31 158 -
CMYK 0 0.84 0.16 0.26
HSL 311.47º 0.72% 0.43% -
HSV(B) 311.47º 0.84% 0.74% -
XYZ 27.4 14.14 33.63 -
YUV 92.42 165.01 196.17 -
System Red Green Blue C M Y K H S L
Decimal 188 31 158 0 0.84 0.16 0.26 311.47 0.72 0.43
Hex BC 1F 9E 0 54 10 1A 137 48 2B
Octal 274 37 236 0 124 20 32 467 110 53
Binary 10111100 11111 10011110 0 1010100 10000 11010 100110111 1001000 101011

Color Harmonies of #BC1F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1F9E

Black with #BC1F9E

Text Example


Text Example

White with #BC1F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1F9E; }

 p { color: rgb(188,31,158); }

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

background-color css

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

 a { background-color: rgb(188,31,158); }

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

border-color css

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

 span { border-color: rgb(188,31,158); }

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