Html Css Color HEX #BC029D Medium Violet Red

📋 copy color: '#BC029D'

red 188 ◦ green 2 ◦ blue 157

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

Shades of Medium Violet Red #BC029D

Tints of Medium Violet Red #BC029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

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

R = 54.18%
G = 0.58%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC029D (or 0xBC029D) is known color: Medium Violet Red. HEX triplet: BC, 02 and 9D. RGB value is (188,2,157). Sum of RGB (Red+Green+Blue) = 188+2+157=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC029D is #43FD62. Grayscale: #4A4A4A. Windows color (decimal): -4455779 or 10289852. OLE color: 10289852.

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

Color convert

RGB 188 2 157 -
CMYK 0 0.99 0.16 0.26
HSL 310º 0.98% 0.37% -
HSV(B) 310º 0.99% 0.74% -
XYZ 26.85 13.17 33.03 -
YUV 75.28 174.12 208.4 -
System Red Green Blue C M Y K H S L
Decimal 188 2 157 0 0.99 0.16 0.26 310 0.98 0.37
Hex BC 2 9D 0 63 10 1A 136 62 25
Octal 274 2 235 0 143 20 32 466 142 45
Binary 10111100 10 10011101 0 1100011 10000 11010 100110110 1100010 100101

Color Harmonies of #BC029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC029D

Black with #BC029D

Text Example


Text Example

White with #BC029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC029D; }

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

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

background-color css

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

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

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

border-color css

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

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

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