Html Css Color HEX #BD2096 Medium Violet Red

📋 copy color: '#BD2096'

red 189 ◦ green 32 ◦ blue 150

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

Shades of Medium Violet Red #BD2096

Tints of Medium Violet Red #BD2096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.63%

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

R = 50.94%
G = 8.63%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD2096 (or 0xBD2096) is known color: Medium Violet Red. HEX triplet: BD, 20 and 96. RGB value is (189,32,150). Sum of RGB (Red+Green+Blue) = 189+32+150=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2096 is #42DF69. Grayscale: #5C5C5C. Windows color (decimal): -4382570 or 9838781. OLE color: 9838781.

HSL color Cylindrical-coordinate representation of color #BD2096: hue angle of 314.9º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2096 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 32 150 -
CMYK 0 0.83 0.21 0.26
HSL 314.9º 0.71% 0.43% -
HSV(B) 314.9º 0.83% 0.74% -
XYZ 27.01 14.05 30.14 -
YUV 92.4 160.51 196.91 -
System Red Green Blue C M Y K H S L
Decimal 189 32 150 0 0.83 0.21 0.26 314.9 0.71 0.43
Hex BD 20 96 0 53 15 1A 13B 47 2B
Octal 275 40 226 0 123 25 32 473 107 53
Binary 10111101 100000 10010110 0 1010011 10101 11010 100111011 1000111 101011

Color Harmonies of #BD2096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2096

Black with #BD2096

Text Example


Text Example

White with #BD2096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2096; }

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

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

background-color css

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

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

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

border-color css

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

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

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