Html Css Color HEX #BC028A Medium Violet Red

📋 copy color: '#BC028A'

red 188 ◦ green 2 ◦ blue 138

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

Shades of Medium Violet Red #BC028A

Tints of Medium Violet Red #BC028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.07%

R = 57.32%
G = 0.61%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC028A (or 0xBC028A) is known color: Medium Violet Red. HEX triplet: BC, 02 and 8A. RGB value is (188,2,138). Sum of RGB (Red+Green+Blue) = 188+2+138=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC028A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC028A is #43FD75. Grayscale: #484848. Windows color (decimal): -4455798 or 9044668. OLE color: 9044668.

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

Color convert

RGB 188 2 138 -
CMYK 0 0.99 0.27 0.26
HSL 316.13º 0.98% 0.37% -
HSV(B) 316.13º 0.99% 0.74% -
XYZ 25.35 12.57 25.13 -
YUV 73.12 164.62 209.94 -
System Red Green Blue C M Y K H S L
Decimal 188 2 138 0 0.99 0.27 0.26 316.13 0.98 0.37
Hex BC 2 8A 0 63 1B 1A 13C 62 25
Octal 274 2 212 0 143 33 32 474 142 45
Binary 10111100 10 10001010 0 1100011 11011 11010 100111100 1100010 100101

Color Harmonies of #BC028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC028A

Black with #BC028A

Text Example


Text Example

White with #BC028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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