Html Css Color HEX #BC039D Medium Violet Red

📋 copy color: '#BC039D'

red 188 ◦ green 3 ◦ blue 157

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

Shades of Medium Violet Red #BC039D

Tints of Medium Violet Red #BC039D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.11%

R = 54.02%
G = 0.86%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC039D (or 0xBC039D) is known color: Medium Violet Red. HEX triplet: BC, 03 and 9D. RGB value is (188,3,157). Sum of RGB (Red+Green+Blue) = 188+3+157=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC039D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC039D is #43FC62. Grayscale: #4B4B4B. Windows color (decimal): -4455523 or 10290108. OLE color: 10290108.

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

Color convert

RGB 188 3 157 -
CMYK 0 0.98 0.16 0.26
HSL 310.05º 0.97% 0.37% -
HSV(B) 310.05º 0.98% 0.74% -
XYZ 26.86 13.19 33.03 -
YUV 75.87 173.79 207.98 -
System Red Green Blue C M Y K H S L
Decimal 188 3 157 0 0.98 0.16 0.26 310.05 0.97 0.37
Hex BC 3 9D 0 62 10 1A 136 61 25
Octal 274 3 235 0 142 20 32 466 141 45
Binary 10111100 11 10011101 0 1100010 10000 11010 100110110 1100001 100101

Color Harmonies of #BC039D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC039D

Black with #BC039D

Text Example


Text Example

White with #BC039D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC039D; }

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

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

background-color css

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

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

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

border-color css

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

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

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