Html Css Color HEX #BD0089 Medium Violet Red

📋 copy color: '#BD0089'

red 189 ◦ green 0 ◦ blue 137

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

Shades of Medium Violet Red #BD0089

Tints of Medium Violet Red #BD0089

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.98%
G = 0%
B = 42.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD0089 (or 0xBD0089) is known color: Medium Violet Red. HEX triplet: BD, 00 and 89. RGB value is (189,0,137). Sum of RGB (Red+Green+Blue) = 189+0+137=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0089 is #42FF76. Grayscale: #474747. Windows color (decimal): -4390775 or 8978621. OLE color: 8978621.

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

Color convert

RGB 189 0 137 -
CMYK 0 1 0.28 0.26
HSL 316.51º 1% 0.37% -
HSV(B) 316.51º 1% 0.74% -
XYZ 25.5 12.62 24.76 -
YUV 72.13 164.62 211.36 -
System Red Green Blue C M Y K H S L
Decimal 189 0 137 0 1 0.28 0.26 316.51 1 0.37
Hex BD 0 89 0 64 1C 1A 13D 64 25
Octal 275 0 211 0 144 34 32 475 144 45
Binary 10111101 0 10001001 0 1100100 11100 11010 100111101 1100100 100101

Color Harmonies of #BD0089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0089

Black with #BD0089

Text Example


Text Example

White with #BD0089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0089; }

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

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

background-color css

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

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

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

border-color css

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

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

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