Html Css Color HEX #BC0192 Medium Violet Red

📋 copy color: '#BC0192'

red 188 ◦ green 1 ◦ blue 146

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

Shades of Medium Violet Red #BC0192

Tints of Medium Violet Red #BC0192

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 56.12%
G = 0.3%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC0192 (or 0xBC0192) is known color: Medium Violet Red. HEX triplet: BC, 01 and 92. RGB value is (188,1,146). Sum of RGB (Red+Green+Blue) = 188+1+146=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0192 is #43FE6D. Grayscale: #494949. Windows color (decimal): -4456046 or 9568700. OLE color: 9568700.

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

Color convert

RGB 188 1 146 -
CMYK 0 0.99 0.22 0.26
HSL 313.48º 0.99% 0.37% -
HSV(B) 313.48º 0.99% 0.74% -
XYZ 25.94 12.79 28.3 -
YUV 73.44 168.95 209.71 -
System Red Green Blue C M Y K H S L
Decimal 188 1 146 0 0.99 0.22 0.26 313.48 0.99 0.37
Hex BC 1 92 0 63 16 1A 139 63 25
Octal 274 1 222 0 143 26 32 471 143 45
Binary 10111100 1 10010010 0 1100011 10110 11010 100111001 1100011 100101

Color Harmonies of #BC0192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0192

Black with #BC0192

Text Example


Text Example

White with #BC0192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0192; }

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

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

background-color css

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

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

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

border-color css

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

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

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