Html Css Color HEX #BD148D Medium Violet Red

📋 copy color: '#BD148D'

red 189 ◦ green 20 ◦ blue 141

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

Shades of Medium Violet Red #BD148D

Tints of Medium Violet Red #BD148D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.29%

R = 54%
G = 5.71%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD148D (or 0xBD148D) is known color: Medium Violet Red. HEX triplet: BD, 14 and 8D. RGB value is (189,20,141). Sum of RGB (Red+Green+Blue) = 189+20+141=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD148D is #42EB72. Grayscale: #545454. Windows color (decimal): -4385651 or 9245885. OLE color: 9245885.

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

Color convert

RGB 189 20 141 -
CMYK 0 0.89 0.25 0.26
HSL 317.04º 0.81% 0.41% -
HSV(B) 317.04º 0.89% 0.74% -
XYZ 26.04 13.24 26.38 -
YUV 84.33 159.99 202.66 -
System Red Green Blue C M Y K H S L
Decimal 189 20 141 0 0.89 0.25 0.26 317.04 0.81 0.41
Hex BD 14 8D 0 59 19 1A 13D 51 29
Octal 275 24 215 0 131 31 32 475 121 51
Binary 10111101 10100 10001101 0 1011001 11001 11010 100111101 1010001 101001

Color Harmonies of #BD148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD148D

Black with #BD148D

Text Example


Text Example

White with #BD148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD148D; }

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

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

background-color css

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

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

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

border-color css

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

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

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