Html Css Color HEX #BD2494 Medium Red Violet

📋 copy color: '#BD2494'

red 189 ◦ green 36 ◦ blue 148

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

Shades of Medium Red Violet #BD2494

Tints of Medium Red Violet #BD2494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.68%

R = 50.67%
G = 9.65%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD2494 (or 0xBD2494) is known color: Medium Red Violet. HEX triplet: BD, 24 and 94. RGB value is (189,36,148). Sum of RGB (Red+Green+Blue) = 189+36+148=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2494 is #42DB6B. Grayscale: #5E5E5E. Windows color (decimal): -4381548 or 9708733. OLE color: 9708733.

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

Color convert

RGB 189 36 148 -
CMYK 0 0.81 0.22 0.26
HSL 316.08º 0.68% 0.44% -
HSV(B) 316.08º 0.81% 0.74% -
XYZ 26.96 14.22 29.34 -
YUV 94.52 158.19 195.39 -
System Red Green Blue C M Y K H S L
Decimal 189 36 148 0 0.81 0.22 0.26 316.08 0.68 0.44
Hex BD 24 94 0 51 16 1A 13C 44 2C
Octal 275 44 224 0 121 26 32 474 104 54
Binary 10111101 100100 10010100 0 1010001 10110 11010 100111100 1000100 101100

Color Harmonies of #BD2494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2494

Black with #BD2494

Text Example


Text Example

White with #BD2494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2494; }

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

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

background-color css

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

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

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

border-color css

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

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

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