Html Css Color HEX #BD2497 Medium Red Violet

📋 copy color: '#BD2497'

red 189 ◦ green 36 ◦ blue 151

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

Shades of Medium Red Violet #BD2497

Tints of Medium Red Violet #BD2497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.16%

R = 50.27%
G = 9.57%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD2497 (or 0xBD2497) is known color: Medium Red Violet. HEX triplet: BD, 24 and 97. RGB value is (189,36,151). Sum of RGB (Red+Green+Blue) = 189+36+151=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2497 is #42DB68. Grayscale: #5E5E5E. Windows color (decimal): -4381545 or 9905341. OLE color: 9905341.

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

Color convert

RGB 189 36 151 -
CMYK 0 0.81 0.20 0.26
HSL 314.9º 0.68% 0.44% -
HSV(B) 314.9º 0.81% 0.74% -
XYZ 27.2 14.31 30.61 -
YUV 94.86 159.69 195.15 -
System Red Green Blue C M Y K H S L
Decimal 189 36 151 0 0.81 0.20 0.26 314.9 0.68 0.44
Hex BD 24 97 0 51 14 1A 13B 44 2C
Octal 275 44 227 0 121 24 32 473 104 54
Binary 10111101 100100 10010111 0 1010001 10100 11010 100111011 1000100 101100

Color Harmonies of #BD2497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2497

Black with #BD2497

Text Example


Text Example

White with #BD2497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2497; }

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

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

background-color css

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

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

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

border-color css

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

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

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