Html Css Color HEX #BC028F Medium Violet Red

📋 copy color: '#BC028F'

red 188 ◦ green 2 ◦ blue 143

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

Shades of Medium Violet Red #BC028F

Tints of Medium Violet Red #BC028F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.94%

R = 56.46%
G = 0.6%
B = 42.94%

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

#BC028F (or 0xBC028F) is known color: Medium Violet Red. HEX triplet: BC, 02 and 8F. RGB value is (188,2,143). Sum of RGB (Red+Green+Blue) = 188+2+143=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC028F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC028F is #43FD70. Grayscale: #494949. Windows color (decimal): -4455793 or 9372348. OLE color: 9372348.

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

Color convert

RGB 188 2 143 -
CMYK 0 0.99 0.24 0.26
HSL 314.52º 0.98% 0.37% -
HSV(B) 314.52º 0.99% 0.74% -
XYZ 25.72 12.72 27.09 -
YUV 73.69 167.12 209.54 -
System Red Green Blue C M Y K H S L
Decimal 188 2 143 0 0.99 0.24 0.26 314.52 0.98 0.37
Hex BC 2 8F 0 63 18 1A 13B 62 25
Octal 274 2 217 0 143 30 32 473 142 45
Binary 10111100 10 10001111 0 1100011 11000 11010 100111011 1100010 100101

Color Harmonies of #BC028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC028F

Black with #BC028F

Text Example


Text Example

White with #BC028F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC028F; }

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

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

background-color css

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

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

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

border-color css

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

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

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