Html Css Color HEX #BD189F Medium Violet Red

📋 copy color: '#BD189F'

red 189 ◦ green 24 ◦ blue 159

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

Shades of Medium Violet Red #BD189F

Tints of Medium Violet Red #BD189F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.74%

R = 50.81%
G = 6.45%
B = 42.74%

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

#BD189F (or 0xBD189F) is known color: Medium Violet Red. HEX triplet: BD, 18 and 9F. RGB value is (189,24,159). Sum of RGB (Red+Green+Blue) = 189+24+159=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD189F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD189F is #42E760. Grayscale: #585858. Windows color (decimal): -4384609 or 10426557. OLE color: 10426557.

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

Color convert

RGB 189 24 159 -
CMYK 0 0.87 0.16 0.26
HSL 310.91º 0.77% 0.42% -
HSV(B) 310.91º 0.87% 0.74% -
XYZ 27.57 13.98 34.05 -
YUV 88.73 167.66 199.52 -
System Red Green Blue C M Y K H S L
Decimal 189 24 159 0 0.87 0.16 0.26 310.91 0.77 0.42
Hex BD 18 9F 0 57 10 1A 137 4D 2A
Octal 275 30 237 0 127 20 32 467 115 52
Binary 10111101 11000 10011111 0 1010111 10000 11010 100110111 1001101 101010

Color Harmonies of #BD189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD189F

Black with #BD189F

Text Example


Text Example

White with #BD189F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD189F; }

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

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

background-color css

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

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

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

border-color css

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

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

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