Html Css Color HEX #BC0199 Medium Violet Red

📋 copy color: '#BC0199'

red 188 ◦ green 1 ◦ blue 153

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

Shades of Medium Violet Red #BC0199

Tints of Medium Violet Red #BC0199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.74%

R = 54.97%
G = 0.29%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC0199 (or 0xBC0199) is known color: Medium Violet Red. HEX triplet: BC, 01 and 99. RGB value is (188,1,153). Sum of RGB (Red+Green+Blue) = 188+1+153=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0199 is #43FE66. Grayscale: #494949. Windows color (decimal): -4456039 or 10027452. OLE color: 10027452.

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

Color convert

RGB 188 1 153 -
CMYK 0 0.99 0.19 0.26
HSL 311.23º 0.99% 0.37% -
HSV(B) 311.23º 0.99% 0.74% -
XYZ 26.5 13.01 31.25 -
YUV 74.24 172.45 209.14 -
System Red Green Blue C M Y K H S L
Decimal 188 1 153 0 0.99 0.19 0.26 311.23 0.99 0.37
Hex BC 1 99 0 63 13 1A 137 63 25
Octal 274 1 231 0 143 23 32 467 143 45
Binary 10111100 1 10011001 0 1100011 10011 11010 100110111 1100011 100101

Color Harmonies of #BC0199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0199

Black with #BC0199

Text Example


Text Example

White with #BC0199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0199; }

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

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

background-color css

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

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

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

border-color css

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

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

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