Html Css Color HEX #BD1789 Medium Violet Red

📋 copy color: '#BD1789'

red 189 ◦ green 23 ◦ blue 137

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

Shades of Medium Violet Red #BD1789

Tints of Medium Violet Red #BD1789

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.59%

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

R = 54.15%
G = 6.59%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD1789 (or 0xBD1789) is known color: Medium Violet Red. HEX triplet: BD, 17 and 89. RGB value is (189,23,137). Sum of RGB (Red+Green+Blue) = 189+23+137=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1789 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1789 is #42E876. Grayscale: #555555. Windows color (decimal): -4384887 or 8984509. OLE color: 8984509.

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

Color convert

RGB 189 23 137 -
CMYK 0 0.88 0.28 0.26
HSL 318.8º 0.78% 0.42% -
HSV(B) 318.8º 0.88% 0.74% -
XYZ 25.81 13.24 24.86 -
YUV 85.63 157 201.73 -
System Red Green Blue C M Y K H S L
Decimal 189 23 137 0 0.88 0.28 0.26 318.8 0.78 0.42
Hex BD 17 89 0 58 1C 1A 13F 4E 2A
Octal 275 27 211 0 130 34 32 477 116 52
Binary 10111101 10111 10001001 0 1011000 11100 11010 100111111 1001110 101010

Color Harmonies of #BD1789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1789

Black with #BD1789

Text Example


Text Example

White with #BD1789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1789; }

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

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

background-color css

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

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

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

border-color css

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

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

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