Html Css Color HEX #BD028D Medium Violet Red

📋 copy color: '#BD028D'

red 189 ◦ green 2 ◦ blue 141

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

Shades of Medium Violet Red #BD028D

Tints of Medium Violet Red #BD028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.47%

R = 56.93%
G = 0.6%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD028D (or 0xBD028D) is known color: Medium Violet Red. HEX triplet: BD, 02 and 8D. RGB value is (189,2,141). Sum of RGB (Red+Green+Blue) = 189+2+141=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD028D is #42FD72. Grayscale: #494949. Windows color (decimal): -4390259 or 9241277. OLE color: 9241277.

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

Color convert

RGB 189 2 141 -
CMYK 0 0.99 0.25 0.26
HSL 315.4º 0.98% 0.37% -
HSV(B) 315.4º 0.99% 0.74% -
XYZ 25.82 12.79 26.31 -
YUV 73.76 165.95 210.2 -
System Red Green Blue C M Y K H S L
Decimal 189 2 141 0 0.99 0.25 0.26 315.4 0.98 0.37
Hex BD 2 8D 0 63 19 1A 13B 62 25
Octal 275 2 215 0 143 31 32 473 142 45
Binary 10111101 10 10001101 0 1100011 11001 11010 100111011 1100010 100101

Color Harmonies of #BD028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD028D

Black with #BD028D

Text Example


Text Example

White with #BD028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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