Html Css Color HEX #BD118E Medium Violet Red

📋 copy color: '#BD118E'

red 189 ◦ green 17 ◦ blue 142

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

Shades of Medium Violet Red #BD118E

Tints of Medium Violet Red #BD118E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.89%

 BLUE value IS 142 (55.86% from 255) = 40.8%

R = 54.31%
G = 4.89%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD118E (or 0xBD118E) is known color: Medium Violet Red. HEX triplet: BD, 11 and 8E. RGB value is (189,17,142). Sum of RGB (Red+Green+Blue) = 189+17+142=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD118E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD118E is #42EE71. Grayscale: #525252. Windows color (decimal): -4386418 or 9310653. OLE color: 9310653.

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

Color convert

RGB 189 17 142 -
CMYK 0 0.91 0.25 0.26
HSL 316.4º 0.83% 0.4% -
HSV(B) 316.4º 0.91% 0.74% -
XYZ 26.07 13.17 26.76 -
YUV 82.68 161.48 203.84 -
System Red Green Blue C M Y K H S L
Decimal 189 17 142 0 0.91 0.25 0.26 316.4 0.83 0.4
Hex BD 11 8E 0 5B 19 1A 13C 53 28
Octal 275 21 216 0 133 31 32 474 123 50
Binary 10111101 10001 10001110 0 1011011 11001 11010 100111100 1010011 101000

Color Harmonies of #BD118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD118E

Black with #BD118E

Text Example


Text Example

White with #BD118E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD118E; }

 p { color: rgb(189,17,142); }

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

background-color css

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

 a { background-color: rgb(189,17,142); }

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

border-color css

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

 span { border-color: rgb(189,17,142); }

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