Html Css Color HEX #BC029E Medium Violet Red

📋 copy color: '#BC029E'

red 188 ◦ green 2 ◦ blue 158

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

Shades of Medium Violet Red #BC029E

Tints of Medium Violet Red #BC029E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.4%

R = 54.02%
G = 0.57%
B = 45.4%

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

#BC029E (or 0xBC029E) is known color: Medium Violet Red. HEX triplet: BC, 02 and 9E. RGB value is (188,2,158). Sum of RGB (Red+Green+Blue) = 188+2+158=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC029E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC029E is #43FD61. Grayscale: #4A4A4A. Windows color (decimal): -4455778 or 10355388. OLE color: 10355388.

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

Color convert

RGB 188 2 158 -
CMYK 0 0.99 0.16 0.26
HSL 309.68º 0.98% 0.37% -
HSV(B) 309.68º 0.99% 0.74% -
XYZ 26.93 13.2 33.48 -
YUV 75.4 174.62 208.32 -
System Red Green Blue C M Y K H S L
Decimal 188 2 158 0 0.99 0.16 0.26 309.68 0.98 0.37
Hex BC 2 9E 0 63 10 1A 136 62 25
Octal 274 2 236 0 143 20 32 466 142 45
Binary 10111100 10 10011110 0 1100011 10000 11010 100110110 1100010 100101

Color Harmonies of #BC029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC029E

Black with #BC029E

Text Example


Text Example

White with #BC029E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC029E; }

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

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

background-color css

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

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

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

border-color css

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

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

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