Html Css Color HEX #BD2399 Medium Violet Red

📋 copy color: '#BD2399'

red 189 ◦ green 35 ◦ blue 153

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

Shades of Medium Violet Red #BD2399

Tints of Medium Violet Red #BD2399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.58%

R = 50.13%
G = 9.28%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD2399 (or 0xBD2399) is known color: Medium Violet Red. HEX triplet: BD, 23 and 99. RGB value is (189,35,153). Sum of RGB (Red+Green+Blue) = 189+35+153=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2399 is #42DC66. Grayscale: #5E5E5E. Windows color (decimal): -4381799 or 10036157. OLE color: 10036157.

HSL color Cylindrical-coordinate representation of color #BD2399: hue angle of 314.03º 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 #BD2399 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 35 153 -
CMYK 0 0.81 0.19 0.26
HSL 314.03º 0.69% 0.44% -
HSV(B) 314.03º 0.81% 0.74% -
XYZ 27.34 14.32 31.46 -
YUV 94.5 161.02 195.41 -
System Red Green Blue C M Y K H S L
Decimal 189 35 153 0 0.81 0.19 0.26 314.03 0.69 0.44
Hex BD 23 99 0 51 13 1A 13A 45 2C
Octal 275 43 231 0 121 23 32 472 105 54
Binary 10111101 100011 10011001 0 1010001 10011 11010 100111010 1000101 101100

Color Harmonies of #BD2399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2399

Black with #BD2399

Text Example


Text Example

White with #BD2399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2399; }

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

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

background-color css

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

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

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

border-color css

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

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

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