Html Css Color HEX #BC1C98 Medium Violet Red

📋 copy color: '#BC1C98'

red 188 ◦ green 28 ◦ blue 152

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

Shades of Medium Violet Red #BC1C98

Tints of Medium Violet Red #BC1C98

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.61%

 BLUE value IS 152 (59.77% from 255) = 41.3%

R = 51.09%
G = 7.61%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC1C98 (or 0xBC1C98) is known color: Medium Violet Red. HEX triplet: BC, 1C and 98. RGB value is (188,28,152). Sum of RGB (Red+Green+Blue) = 188+28+152=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 28 (11.33% from 255 or 7.61% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1C98 is #43E367. Grayscale: #595959. Windows color (decimal): -4449128 or 9968828. OLE color: 9968828.

HSL color Cylindrical-coordinate representation of color #BC1C98: hue angle of 313.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1C98 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 28 152 -
CMYK 0 0.85 0.19 0.26
HSL 313.5º 0.74% 0.42% -
HSV(B) 313.5º 0.85% 0.74% -
XYZ 26.82 13.79 30.95 -
YUV 89.98 163.01 197.92 -
System Red Green Blue C M Y K H S L
Decimal 188 28 152 0 0.85 0.19 0.26 313.5 0.74 0.42
Hex BC 1C 98 0 55 13 1A 13A 4A 2A
Octal 274 34 230 0 125 23 32 472 112 52
Binary 10111100 11100 10011000 0 1010101 10011 11010 100111010 1001010 101010

Color Harmonies of #BC1C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1C98

Black with #BC1C98

Text Example


Text Example

White with #BC1C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1C98; }

 p { color: rgb(188,28,152); }

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

background-color css

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

 a { background-color: rgb(188,28,152); }

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

border-color css

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

 span { border-color: rgb(188,28,152); }

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