Html Css Color HEX #BC0399 Medium Violet Red

📋 copy color: '#BC0399'

red 188 ◦ green 3 ◦ blue 153

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

Shades of Medium Violet Red #BC0399

Tints of Medium Violet Red #BC0399

RGB

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

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

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

R = 54.65%
G = 0.87%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC0399 (or 0xBC0399) is known color: Medium Violet Red. HEX triplet: BC, 03 and 99. RGB value is (188,3,153). Sum of RGB (Red+Green+Blue) = 188+3+153=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0399 is #43FC66. Grayscale: #4B4B4B. Windows color (decimal): -4455527 or 10027964. OLE color: 10027964.

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

Color convert

RGB 188 3 153 -
CMYK 0 0.98 0.19 0.26
HSL 311.35º 0.97% 0.37% -
HSV(B) 311.35º 0.98% 0.74% -
XYZ 26.52 13.06 31.26 -
YUV 75.42 171.79 208.3 -
System Red Green Blue C M Y K H S L
Decimal 188 3 153 0 0.98 0.19 0.26 311.35 0.97 0.37
Hex BC 3 99 0 62 13 1A 137 61 25
Octal 274 3 231 0 142 23 32 467 141 45
Binary 10111100 11 10011001 0 1100010 10011 11010 100110111 1100001 100101

Color Harmonies of #BC0399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0399

Black with #BC0399

Text Example


Text Example

White with #BC0399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0399; }

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

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

background-color css

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

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

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

border-color css

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

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

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