Html Css Color HEX #BD2499 Medium Red Violet

📋 copy color: '#BD2499'

red 189 ◦ green 36 ◦ blue 153

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

Shades of Medium Red Violet #BD2499

Tints of Medium Red Violet #BD2499

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.52%

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

R = 50%
G = 9.52%
B = 40.48%

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

#BD2499 (or 0xBD2499) is known color: Medium Red Violet. HEX triplet: BD, 24 and 99. RGB value is (189,36,153). Sum of RGB (Red+Green+Blue) = 189+36+153=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2499 is #42DB66. Grayscale: #5E5E5E. Windows color (decimal): -4381543 or 10036413. OLE color: 10036413.

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

Color convert

RGB 189 36 153 -
CMYK 0 0.81 0.19 0.26
HSL 314.12º 0.68% 0.44% -
HSV(B) 314.12º 0.81% 0.74% -
XYZ 27.37 14.38 31.47 -
YUV 95.09 160.69 194.99 -
System Red Green Blue C M Y K H S L
Decimal 189 36 153 0 0.81 0.19 0.26 314.12 0.68 0.44
Hex BD 24 99 0 51 13 1A 13A 44 2C
Octal 275 44 231 0 121 23 32 472 104 54
Binary 10111101 100100 10011001 0 1010001 10011 11010 100111010 1000100 101100

Color Harmonies of #BD2499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2499

Black with #BD2499

Text Example


Text Example

White with #BD2499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2499; }

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

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

background-color css

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

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

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

border-color css

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

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

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