Html Css Color HEX #BD028A Medium Violet Red

📋 copy color: '#BD028A'

red 189 ◦ green 2 ◦ blue 138

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

Shades of Medium Violet Red #BD028A

Tints of Medium Violet Red #BD028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.95%

R = 57.45%
G = 0.61%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD028A (or 0xBD028A) is known color: Medium Violet Red. HEX triplet: BD, 02 and 8A. RGB value is (189,2,138). Sum of RGB (Red+Green+Blue) = 189+2+138=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD028A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD028A is #42FD75. Grayscale: #494949. Windows color (decimal): -4390262 or 9044669. OLE color: 9044669.

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

Color convert

RGB 189 2 138 -
CMYK 0 0.99 0.27 0.26
HSL 316.36º 0.98% 0.37% -
HSV(B) 316.36º 0.99% 0.74% -
XYZ 25.6 12.7 25.15 -
YUV 73.42 164.45 210.44 -
System Red Green Blue C M Y K H S L
Decimal 189 2 138 0 0.99 0.27 0.26 316.36 0.98 0.37
Hex BD 2 8A 0 63 1B 1A 13C 62 25
Octal 275 2 212 0 143 33 32 474 142 45
Binary 10111101 10 10001010 0 1100011 11011 11010 100111100 1100010 100101

Color Harmonies of #BD028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD028A

Black with #BD028A

Text Example


Text Example

White with #BD028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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