Html Css Color HEX #BD1095 Medium Violet Red

📋 copy color: '#BD1095'

red 189 ◦ green 16 ◦ blue 149

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

Shades of Medium Violet Red #BD1095

Tints of Medium Violet Red #BD1095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.09%

R = 53.39%
G = 4.52%
B = 42.09%

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

#BD1095 (or 0xBD1095) is known color: Medium Violet Red. HEX triplet: BD, 10 and 95. RGB value is (189,16,149). Sum of RGB (Red+Green+Blue) = 189+16+149=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1095 is #42EF6A. Grayscale: #525252. Windows color (decimal): -4386667 or 9769149. OLE color: 9769149.

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

Color convert

RGB 189 16 149 -
CMYK 0 0.92 0.21 0.26
HSL 313.87º 0.84% 0.4% -
HSV(B) 313.87º 0.92% 0.74% -
XYZ 26.6 13.36 29.61 -
YUV 82.89 165.31 203.69 -
System Red Green Blue C M Y K H S L
Decimal 189 16 149 0 0.92 0.21 0.26 313.87 0.84 0.4
Hex BD 10 95 0 5C 15 1A 13A 54 28
Octal 275 20 225 0 134 25 32 472 124 50
Binary 10111101 10000 10010101 0 1011100 10101 11010 100111010 1010100 101000

Color Harmonies of #BD1095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1095

Black with #BD1095

Text Example


Text Example

White with #BD1095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1095; }

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

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

background-color css

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

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

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

border-color css

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

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

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