#BD027A

Color #BD027A Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BD027A

Tints of Medium Violet Red #BD027A

Color information

#BD027A (or 0xBD027A) is unknown color: approx Medium Violet Red. HEX triplet: BD, 02 and 7A. RGB value is (189,2,122). Sum of RGB (Red+Green+Blue) = 189+2+122=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD027A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD027A is #42FD85. Grayscale: #474747. Windows color (decimal): -4390278 or 7996093. OLE color: 7996093.

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

Color convert

RGB1892122-
CMYK00.990.350.26
HSL321.5º97.91%37.45%-
HSV(B)321.5º98.94%74.12%-
XYZ24.5212.2719.49-
YUV71.59156.45211.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.38%
GREEN value IS 2 (1.17% from 255) = 0.64%
BLUE value IS 122 (48.05% from 255) = 38.98%
R=60.38%
G=0.64%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189212200.990.350.26321.597.9137.45
HexBD27A063231A1416225
Octal27521720143433250114245
Binary1011110110111101001100011100011110101010000011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD027A; }

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

 H1.HeaderClassName
 {
   color: #BD027A;
 }
 .AnyTagClassName
 {
   color: #BD027A;
 }
</style>
background-color css

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

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

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

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

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

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