Html Css Color HEX #BD149F Medium Violet Red

📋 copy color: '#BD149F'

red 189 ◦ green 20 ◦ blue 159

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

Shades of Medium Violet Red #BD149F

Tints of Medium Violet Red #BD149F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.43%

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

R = 51.36%
G = 5.43%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD149F (or 0xBD149F) is known color: Medium Violet Red. HEX triplet: BD, 14 and 9F. RGB value is (189,20,159). Sum of RGB (Red+Green+Blue) = 189+20+159=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD149F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD149F is #42EB60. Grayscale: #555555. Windows color (decimal): -4385633 or 10425533. OLE color: 10425533.

HSL color Cylindrical-coordinate representation of color #BD149F: hue angle of 310.65º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD149F is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 20 159 -
CMYK 0 0.89 0.16 0.26
HSL 310.65º 0.81% 0.41% -
HSV(B) 310.65º 0.89% 0.74% -
XYZ 27.49 13.82 34.02 -
YUV 86.38 168.99 201.2 -
System Red Green Blue C M Y K H S L
Decimal 189 20 159 0 0.89 0.16 0.26 310.65 0.81 0.41
Hex BD 14 9F 0 59 10 1A 137 51 29
Octal 275 24 237 0 131 20 32 467 121 51
Binary 10111101 10100 10011111 0 1011001 10000 11010 100110111 1010001 101001

Color Harmonies of #BD149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD149F

Black with #BD149F

Text Example


Text Example

White with #BD149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD149F; }

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

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

background-color css

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

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

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

border-color css

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

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

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