Html Css Color HEX #BC1F92 Medium Violet Red

📋 copy color: '#BC1F92'

red 188 ◦ green 31 ◦ blue 146

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

Shades of Medium Violet Red #BC1F92

Tints of Medium Violet Red #BC1F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40%

R = 51.51%
G = 8.49%
B = 40%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC1F92 (or 0xBC1F92) is known color: Medium Violet Red. HEX triplet: BC, 1F and 92. RGB value is (188,31,146). Sum of RGB (Red+Green+Blue) = 188+31+146=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1F92 is #43E06D. Grayscale: #5A5A5A. Windows color (decimal): -4448366 or 9576380. OLE color: 9576380.

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

Color convert

RGB 188 31 146 -
CMYK 0 0.84 0.22 0.26
HSL 316.05º 0.72% 0.43% -
HSV(B) 316.05º 0.84% 0.74% -
XYZ 26.42 13.75 28.46 -
YUV 91.05 159.01 197.15 -
System Red Green Blue C M Y K H S L
Decimal 188 31 146 0 0.84 0.22 0.26 316.05 0.72 0.43
Hex BC 1F 92 0 54 16 1A 13C 48 2B
Octal 274 37 222 0 124 26 32 474 110 53
Binary 10111100 11111 10010010 0 1010100 10110 11010 100111100 1001000 101011

Color Harmonies of #BC1F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1F92

Black with #BC1F92

Text Example


Text Example

White with #BC1F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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