Html Css Color HEX #BD199B Medium Violet Red

📋 copy color: '#BD199B'

red 189 ◦ green 25 ◦ blue 155

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

Shades of Medium Violet Red #BD199B

Tints of Medium Violet Red #BD199B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.78%

 BLUE value IS 155 (60.94% from 255) = 42.01%

R = 51.22%
G = 6.78%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD199B (or 0xBD199B) is known color: Medium Violet Red. HEX triplet: BD, 19 and 9B. RGB value is (189,25,155). Sum of RGB (Red+Green+Blue) = 189+25+155=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD199B is #42E664. Grayscale: #585858. Windows color (decimal): -4384357 or 10164669. OLE color: 10164669.

HSL color Cylindrical-coordinate representation of color #BD199B: hue angle of 312.44º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD199B is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 25 155 -
CMYK 0 0.87 0.18 0.26
HSL 312.44º 0.77% 0.42% -
HSV(B) 312.44º 0.87% 0.74% -
XYZ 27.25 13.88 32.25 -
YUV 88.86 165.33 199.43 -
System Red Green Blue C M Y K H S L
Decimal 189 25 155 0 0.87 0.18 0.26 312.44 0.77 0.42
Hex BD 19 9B 0 57 12 1A 138 4D 2A
Octal 275 31 233 0 127 22 32 470 115 52
Binary 10111101 11001 10011011 0 1010111 10010 11010 100111000 1001101 101010

Color Harmonies of #BD199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD199B

Black with #BD199B

Text Example


Text Example

White with #BD199B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD199B; }

 p { color: rgb(189,25,155); }

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

background-color css

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

 a { background-color: rgb(189,25,155); }

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

border-color css

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

 span { border-color: rgb(189,25,155); }

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