Html Css Color HEX #BC0099 Medium Violet Red

📋 copy color: '#BC0099'

red 188 ◦ green 0 ◦ blue 153

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

Shades of Medium Violet Red #BC0099

Tints of Medium Violet Red #BC0099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.13%
G = 0%
B = 44.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC0099 (or 0xBC0099) is known color: Medium Violet Red. HEX triplet: BC, 00 and 99. RGB value is (188,0,153). Sum of RGB (Red+Green+Blue) = 188+0+153=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0099 is #43FF66. Grayscale: #494949. Windows color (decimal): -4456295 or 10027196. OLE color: 10027196.

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

Color convert

RGB 188 0 153 -
CMYK 0 1 0.19 0.26
HSL 311.17º 1% 0.37% -
HSV(B) 311.17º 1% 0.74% -
XYZ 26.49 12.99 31.25 -
YUV 73.65 172.78 209.56 -
System Red Green Blue C M Y K H S L
Decimal 188 0 153 0 1 0.19 0.26 311.17 1 0.37
Hex BC 0 99 0 64 13 1A 137 64 25
Octal 274 0 231 0 144 23 32 467 144 45
Binary 10111100 0 10011001 0 1100100 10011 11010 100110111 1100100 100101

Color Harmonies of #BC0099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0099

Black with #BC0099

Text Example


Text Example

White with #BC0099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0099; }

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

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

background-color css

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

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

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

border-color css

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

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

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