Html Css Color HEX #BD1096 Medium Violet Red

📋 copy color: '#BD1096'

red 189 ◦ green 16 ◦ blue 150

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

Shades of Medium Violet Red #BD1096

Tints of Medium Violet Red #BD1096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.51%

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

R = 53.24%
G = 4.51%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD1096 (or 0xBD1096) is known color: Medium Violet Red. HEX triplet: BD, 10 and 96. RGB value is (189,16,150). Sum of RGB (Red+Green+Blue) = 189+16+150=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1096 is #42EF69. Grayscale: #525252. Windows color (decimal): -4386666 or 9834685. OLE color: 9834685.

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

Color convert

RGB 189 16 150 -
CMYK 0 0.92 0.21 0.26
HSL 313.53º 0.84% 0.4% -
HSV(B) 313.53º 0.92% 0.74% -
XYZ 26.68 13.39 30.03 -
YUV 83 165.81 203.6 -
System Red Green Blue C M Y K H S L
Decimal 189 16 150 0 0.92 0.21 0.26 313.53 0.84 0.4
Hex BD 10 96 0 5C 15 1A 13A 54 28
Octal 275 20 226 0 134 25 32 472 124 50
Binary 10111101 10000 10010110 0 1011100 10101 11010 100111010 1010100 101000

Color Harmonies of #BD1096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1096

Black with #BD1096

Text Example


Text Example

White with #BD1096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1096; }

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

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

background-color css

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

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

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

border-color css

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

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

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