Html Css Color HEX #BD2389 Medium Red Violet

📋 copy color: '#BD2389'

red 189 ◦ green 35 ◦ blue 137

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

Shades of Medium Red Violet #BD2389

Tints of Medium Red Violet #BD2389

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.7%

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

R = 52.35%
G = 9.7%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD2389 (or 0xBD2389) is known color: Medium Red Violet. HEX triplet: BD, 23 and 89. RGB value is (189,35,137). Sum of RGB (Red+Green+Blue) = 189+35+137=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2389 is #42DC76. Grayscale: #5C5C5C. Windows color (decimal): -4381815 or 8987581. OLE color: 8987581.

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

Color convert

RGB 189 35 137 -
CMYK 0 0.81 0.28 0.26
HSL 320.26º 0.69% 0.44% -
HSV(B) 320.26º 0.81% 0.74% -
XYZ 26.1 13.83 24.96 -
YUV 92.67 153.02 196.71 -
System Red Green Blue C M Y K H S L
Decimal 189 35 137 0 0.81 0.28 0.26 320.26 0.69 0.44
Hex BD 23 89 0 51 1C 1A 140 45 2C
Octal 275 43 211 0 121 34 32 500 105 54
Binary 10111101 100011 10001001 0 1010001 11100 11010 101000000 1000101 101100

Color Harmonies of #BD2389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2389

Black with #BD2389

Text Example


Text Example

White with #BD2389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2389; }

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

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

background-color css

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

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

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

border-color css

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

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

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