Html Css Color HEX #BC028E Medium Violet Red

📋 copy color: '#BC028E'

red 188 ◦ green 2 ◦ blue 142

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

Shades of Medium Violet Red #BC028E

Tints of Medium Violet Red #BC028E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.77%

R = 56.63%
G = 0.6%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC028E (or 0xBC028E) is known color: Medium Violet Red. HEX triplet: BC, 02 and 8E. RGB value is (188,2,142). Sum of RGB (Red+Green+Blue) = 188+2+142=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC028E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC028E is #43FD71. Grayscale: #494949. Windows color (decimal): -4455794 or 9306812. OLE color: 9306812.

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

Color convert

RGB 188 2 142 -
CMYK 0 0.99 0.24 0.26
HSL 314.84º 0.98% 0.37% -
HSV(B) 314.84º 0.99% 0.74% -
XYZ 25.64 12.69 26.69 -
YUV 73.57 166.62 209.62 -
System Red Green Blue C M Y K H S L
Decimal 188 2 142 0 0.99 0.24 0.26 314.84 0.98 0.37
Hex BC 2 8E 0 63 18 1A 13B 62 25
Octal 274 2 216 0 143 30 32 473 142 45
Binary 10111100 10 10001110 0 1100011 11000 11010 100111011 1100010 100101

Color Harmonies of #BC028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC028E

Black with #BC028E

Text Example


Text Example

White with #BC028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC028E; }

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

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

background-color css

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

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

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

border-color css

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

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

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