Html Css Color HEX #BD2396 Medium Violet Red

📋 copy color: '#BD2396'

red 189 ◦ green 35 ◦ blue 150

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

Shades of Medium Violet Red #BD2396

Tints of Medium Violet Red #BD2396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.11%

R = 50.53%
G = 9.36%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD2396 (or 0xBD2396) is known color: Medium Violet Red. HEX triplet: BD, 23 and 96. RGB value is (189,35,150). Sum of RGB (Red+Green+Blue) = 189+35+150=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 35 (14.06% from 255 or 9.36% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2396 is #42DC69. Grayscale: #5D5D5D. Windows color (decimal): -4381802 or 9839549. OLE color: 9839549.

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

Color convert

RGB 189 35 150 -
CMYK 0 0.81 0.21 0.26
HSL 315.19º 0.69% 0.44% -
HSV(B) 315.19º 0.81% 0.74% -
XYZ 27.09 14.22 30.17 -
YUV 94.16 159.52 195.65 -
System Red Green Blue C M Y K H S L
Decimal 189 35 150 0 0.81 0.21 0.26 315.19 0.69 0.44
Hex BD 23 96 0 51 15 1A 13B 45 2C
Octal 275 43 226 0 121 25 32 473 105 54
Binary 10111101 100011 10010110 0 1010001 10101 11010 100111011 1000101 101100

Color Harmonies of #BD2396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2396

Black with #BD2396

Text Example


Text Example

White with #BD2396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2396; }

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

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

background-color css

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

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

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

border-color css

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

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

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