Html Css Color HEX #BD196F Medium Violet Red

📋 copy color: '#BD196F'

red 189 ◦ green 25 ◦ blue 111

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

Shades of Medium Violet Red #BD196F

Tints of Medium Violet Red #BD196F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.15%

R = 58.15%
G = 7.69%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD196F (or 0xBD196F) is known color: Medium Violet Red. HEX triplet: BD, 19 and 6F. RGB value is (189,25,111). Sum of RGB (Red+Green+Blue) = 189+25+111=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD196F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD196F is #42E690. Grayscale: #535353. Windows color (decimal): -4384401 or 7281085. OLE color: 7281085.

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

Color convert

RGB 189 25 111 -
CMYK 0 0.87 0.41 0.26
HSL 328.54º 0.77% 0.42% -
HSV(B) 328.54º 0.87% 0.74% -
XYZ 24.2 12.66 16.21 -
YUV 83.84 143.33 203.01 -
System Red Green Blue C M Y K H S L
Decimal 189 25 111 0 0.87 0.41 0.26 328.54 0.77 0.42
Hex BD 19 6F 0 57 29 1A 149 4D 2A
Octal 275 31 157 0 127 51 32 511 115 52
Binary 10111101 11001 1101111 0 1010111 101001 11010 101001001 1001101 101010

Color Harmonies of #BD196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD196F

Black with #BD196F

Text Example


Text Example

White with #BD196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD196F; }

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

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

background-color css

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

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

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

border-color css

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

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

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