Html Css Color HEX #BC0394 Medium Violet Red

📋 copy color: '#BC0394'

red 188 ◦ green 3 ◦ blue 148

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

Shades of Medium Violet Red #BC0394

Tints of Medium Violet Red #BC0394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

 BLUE value IS 148 (58.2% from 255) = 43.66%

R = 55.46%
G = 0.88%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC0394 (or 0xBC0394) is known color: Medium Violet Red. HEX triplet: BC, 03 and 94. RGB value is (188,3,148). Sum of RGB (Red+Green+Blue) = 188+3+148=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0394 is #43FC6B. Grayscale: #4A4A4A. Windows color (decimal): -4455532 or 9700284. OLE color: 9700284.

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

Color convert

RGB 188 3 148 -
CMYK 0 0.98 0.21 0.26
HSL 312.97º 0.97% 0.37% -
HSV(B) 312.97º 0.98% 0.74% -
XYZ 26.12 12.89 29.13 -
YUV 74.85 169.29 208.71 -
System Red Green Blue C M Y K H S L
Decimal 188 3 148 0 0.98 0.21 0.26 312.97 0.97 0.37
Hex BC 3 94 0 62 15 1A 139 61 25
Octal 274 3 224 0 142 25 32 471 141 45
Binary 10111100 11 10010100 0 1100010 10101 11010 100111001 1100001 100101

Color Harmonies of #BC0394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0394

Black with #BC0394

Text Example


Text Example

White with #BC0394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0394; }

 p { color: rgb(188,3,148); }

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

background-color css

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

 a { background-color: rgb(188,3,148); }

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

border-color css

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

 span { border-color: rgb(188,3,148); }

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