Html Css Color HEX #BC0196 Medium Violet Red

📋 copy color: '#BC0196'

red 188 ◦ green 1 ◦ blue 150

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

Shades of Medium Violet Red #BC0196

Tints of Medium Violet Red #BC0196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.25%

R = 55.46%
G = 0.29%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC0196 (or 0xBC0196) is known color: Medium Violet Red. HEX triplet: BC, 01 and 96. RGB value is (188,1,150). Sum of RGB (Red+Green+Blue) = 188+1+150=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0196 is #43FE69. Grayscale: #494949. Windows color (decimal): -4456042 or 9830844. OLE color: 9830844.

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

Color convert

RGB 188 1 150 -
CMYK 0 0.99 0.20 0.26
HSL 312.19º 0.99% 0.37% -
HSV(B) 312.19º 0.99% 0.74% -
XYZ 26.25 12.92 29.96 -
YUV 73.9 170.95 209.38 -
System Red Green Blue C M Y K H S L
Decimal 188 1 150 0 0.99 0.20 0.26 312.19 0.99 0.37
Hex BC 1 96 0 63 14 1A 138 63 25
Octal 274 1 226 0 143 24 32 470 143 45
Binary 10111100 1 10010110 0 1100011 10100 11010 100111000 1100011 100101

Color Harmonies of #BC0196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0196

Black with #BC0196

Text Example


Text Example

White with #BC0196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0196; }

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

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

background-color css

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

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

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

border-color css

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

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

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