Html Css Color HEX #BC029C Medium Violet Red

📋 copy color: '#BC029C'

red 188 ◦ green 2 ◦ blue 156

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

Shades of Medium Violet Red #BC029C

Tints of Medium Violet Red #BC029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.09%

R = 54.34%
G = 0.58%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC029C (or 0xBC029C) is known color: Medium Violet Red. HEX triplet: BC, 02 and 9C. RGB value is (188,2,156). Sum of RGB (Red+Green+Blue) = 188+2+156=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC029C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC029C is #43FD63. Grayscale: #4A4A4A. Windows color (decimal): -4455780 or 10224316. OLE color: 10224316.

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

Color convert

RGB 188 2 156 -
CMYK 0 0.99 0.17 0.26
HSL 310.32º 0.98% 0.37% -
HSV(B) 310.32º 0.99% 0.74% -
XYZ 26.76 13.14 32.58 -
YUV 75.17 173.62 208.48 -
System Red Green Blue C M Y K H S L
Decimal 188 2 156 0 0.99 0.17 0.26 310.32 0.98 0.37
Hex BC 2 9C 0 63 11 1A 136 62 25
Octal 274 2 234 0 143 21 32 466 142 45
Binary 10111100 10 10011100 0 1100011 10001 11010 100110110 1100010 100101

Color Harmonies of #BC029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC029C

Black with #BC029C

Text Example


Text Example

White with #BC029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC029C; }

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

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

background-color css

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

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

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

border-color css

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

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

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