Html Css Color HEX #BD028C Medium Violet Red

📋 copy color: '#BD028C'

red 189 ◦ green 2 ◦ blue 140

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

Shades of Medium Violet Red #BD028C

Tints of Medium Violet Red #BD028C

RGB

 RED value IS 189 (74.22% from 255) = 57.1%

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

 BLUE value IS 140 (55.08% from 255) = 42.3%

R = 57.1%
G = 0.6%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD028C (or 0xBD028C) is known color: Medium Violet Red. HEX triplet: BD, 02 and 8C. RGB value is (189,2,140). Sum of RGB (Red+Green+Blue) = 189+2+140=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD028C is #42FD73. Grayscale: #494949. Windows color (decimal): -4390260 or 9175741. OLE color: 9175741.

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

Color convert

RGB 189 2 140 -
CMYK 0 0.99 0.26 0.26
HSL 315.72º 0.98% 0.37% -
HSV(B) 315.72º 0.99% 0.74% -
XYZ 25.74 12.76 25.92 -
YUV 73.65 165.45 210.28 -
System Red Green Blue C M Y K H S L
Decimal 189 2 140 0 0.99 0.26 0.26 315.72 0.98 0.37
Hex BD 2 8C 0 63 1A 1A 13C 62 25
Octal 275 2 214 0 143 32 32 474 142 45
Binary 10111101 10 10001100 0 1100011 11010 11010 100111100 1100010 100101

Color Harmonies of #BD028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD028C

Black with #BD028C

Text Example


Text Example

White with #BD028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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