Html Css Color HEX #BC027A Medium Violet Red

📋 copy color: '#BC027A'

red 188 ◦ green 2 ◦ blue 122

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

Shades of Medium Violet Red #BC027A

Tints of Medium Violet Red #BC027A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.1%

R = 60.26%
G = 0.64%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC027A (or 0xBC027A) is known color: Medium Violet Red. HEX triplet: BC, 02 and 7A. RGB value is (188,2,122). Sum of RGB (Red+Green+Blue) = 188+2+122=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC027A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC027A is #43FD85. Grayscale: #474747. Windows color (decimal): -4455814 or 7996092. OLE color: 7996092.

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

Color convert

RGB 188 2 122 -
CMYK 0 0.99 0.35 0.26
HSL 321.29º 0.98% 0.37% -
HSV(B) 321.29º 0.99% 0.74% -
XYZ 24.27 12.14 19.48 -
YUV 71.29 156.62 211.24 -
System Red Green Blue C M Y K H S L
Decimal 188 2 122 0 0.99 0.35 0.26 321.29 0.98 0.37
Hex BC 2 7A 0 63 23 1A 141 62 25
Octal 274 2 172 0 143 43 32 501 142 45
Binary 10111100 10 1111010 0 1100011 100011 11010 101000001 1100010 100101

Color Harmonies of #BC027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC027A

Black with #BC027A

Text Example


Text Example

White with #BC027A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC027A; }

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

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

background-color css

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

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

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

border-color css

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

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

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