Html Css Color HEX #BD189E Medium Violet Red

📋 copy color: '#BD189E'

red 189 ◦ green 24 ◦ blue 158

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

Shades of Medium Violet Red #BD189E

Tints of Medium Violet Red #BD189E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.47%

 BLUE value IS 158 (62.11% from 255) = 42.59%

R = 50.94%
G = 6.47%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD189E (or 0xBD189E) is known color: Medium Violet Red. HEX triplet: BD, 18 and 9E. RGB value is (189,24,158). Sum of RGB (Red+Green+Blue) = 189+24+158=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD189E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD189E is #42E761. Grayscale: #585858. Windows color (decimal): -4384610 or 10361021. OLE color: 10361021.

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

Color convert

RGB 189 24 158 -
CMYK 0 0.87 0.16 0.26
HSL 311.27º 0.77% 0.42% -
HSV(B) 311.27º 0.87% 0.74% -
XYZ 27.48 13.94 33.59 -
YUV 88.61 167.16 199.6 -
System Red Green Blue C M Y K H S L
Decimal 189 24 158 0 0.87 0.16 0.26 311.27 0.77 0.42
Hex BD 18 9E 0 57 10 1A 137 4D 2A
Octal 275 30 236 0 127 20 32 467 115 52
Binary 10111101 11000 10011110 0 1010111 10000 11010 100110111 1001101 101010

Color Harmonies of #BD189E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD189E

Black with #BD189E

Text Example


Text Example

White with #BD189E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD189E; }

 p { color: rgb(189,24,158); }

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

background-color css

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

 a { background-color: rgb(189,24,158); }

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

border-color css

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

 span { border-color: rgb(189,24,158); }

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