Html Css Color HEX #BD1389 Medium Violet Red

📋 copy color: '#BD1389'

red 189 ◦ green 19 ◦ blue 137

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

Shades of Medium Violet Red #BD1389

Tints of Medium Violet Red #BD1389

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.51%

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

R = 54.78%
G = 5.51%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD1389 (or 0xBD1389) is known color: Medium Violet Red. HEX triplet: BD, 13 and 89. RGB value is (189,19,137). Sum of RGB (Red+Green+Blue) = 189+19+137=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1389 is #42EC76. Grayscale: #525252. Windows color (decimal): -4385911 or 8983485. OLE color: 8983485.

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

Color convert

RGB 189 19 137 -
CMYK 0 0.90 0.28 0.26
HSL 318.35º 0.82% 0.41% -
HSV(B) 318.35º 0.9% 0.74% -
XYZ 25.73 13.09 24.84 -
YUV 83.28 158.32 203.41 -
System Red Green Blue C M Y K H S L
Decimal 189 19 137 0 0.90 0.28 0.26 318.35 0.82 0.41
Hex BD 13 89 0 5A 1C 1A 13E 52 29
Octal 275 23 211 0 132 34 32 476 122 51
Binary 10111101 10011 10001001 0 1011010 11100 11010 100111110 1010010 101001

Color Harmonies of #BD1389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1389

Black with #BD1389

Text Example


Text Example

White with #BD1389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1389; }

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

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

background-color css

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

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

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

border-color css

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

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

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