Html Css Color HEX #BC027E Medium Violet Red

📋 copy color: '#BC027E'

red 188 ◦ green 2 ◦ blue 126

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

Shades of Medium Violet Red #BC027E

Tints of Medium Violet Red #BC027E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.87%

R = 59.49%
G = 0.63%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC027E (or 0xBC027E) is known color: Medium Violet Red. HEX triplet: BC, 02 and 7E. RGB value is (188,2,126). Sum of RGB (Red+Green+Blue) = 188+2+126=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC027E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC027E is #43FD81. Grayscale: #474747. Windows color (decimal): -4455810 or 8258236. OLE color: 8258236.

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

Color convert

RGB 188 2 126 -
CMYK 0 0.99 0.33 0.26
HSL 320º 0.98% 0.37% -
HSV(B) 320º 0.99% 0.74% -
XYZ 24.53 12.24 20.81 -
YUV 71.75 158.62 210.92 -
System Red Green Blue C M Y K H S L
Decimal 188 2 126 0 0.99 0.33 0.26 320 0.98 0.37
Hex BC 2 7E 0 63 21 1A 140 62 25
Octal 274 2 176 0 143 41 32 500 142 45
Binary 10111100 10 1111110 0 1100011 100001 11010 101000000 1100010 100101

Color Harmonies of #BC027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC027E

Black with #BC027E

Text Example


Text Example

White with #BC027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC027E; }

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

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

background-color css

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

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

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

border-color css

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

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

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