Html Css Color HEX #BD0489 Medium Violet Red

📋 copy color: '#BD0489'

red 189 ◦ green 4 ◦ blue 137

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

Shades of Medium Violet Red #BD0489

Tints of Medium Violet Red #BD0489

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.21%

 BLUE value IS 137 (53.91% from 255) = 41.52%

R = 57.27%
G = 1.21%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD0489 (or 0xBD0489) is known color: Medium Violet Red. HEX triplet: BD, 04 and 89. RGB value is (189,4,137). Sum of RGB (Red+Green+Blue) = 189+4+137=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0489 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0489 is #42FB76. Grayscale: #4A4A4A. Windows color (decimal): -4389751 or 8979645. OLE color: 8979645.

HSL color Cylindrical-coordinate representation of color #BD0489: hue angle of 316.86º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0489 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 4 137 -
CMYK 0 0.98 0.28 0.26
HSL 316.86º 0.96% 0.38% -
HSV(B) 316.86º 0.98% 0.74% -
XYZ 25.55 12.71 24.77 -
YUV 74.48 163.29 209.69 -
System Red Green Blue C M Y K H S L
Decimal 189 4 137 0 0.98 0.28 0.26 316.86 0.96 0.38
Hex BD 4 89 0 62 1C 1A 13D 60 26
Octal 275 4 211 0 142 34 32 475 140 46
Binary 10111101 100 10001001 0 1100010 11100 11010 100111101 1100000 100110

Color Harmonies of #BD0489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0489

Black with #BD0489

Text Example


Text Example

White with #BD0489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0489; }

 p { color: rgb(189,4,137); }

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

background-color css

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

 a { background-color: rgb(189,4,137); }

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

border-color css

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

 span { border-color: rgb(189,4,137); }

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