Html Css Color HEX #BD148C Medium Violet Red

📋 copy color: '#BD148C'

red 189 ◦ green 20 ◦ blue 140

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

Shades of Medium Violet Red #BD148C

Tints of Medium Violet Red #BD148C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.11%

R = 54.15%
G = 5.73%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD148C (or 0xBD148C) is known color: Medium Violet Red. HEX triplet: BD, 14 and 8C. RGB value is (189,20,140). Sum of RGB (Red+Green+Blue) = 189+20+140=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD148C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD148C is #42EB73. Grayscale: #535353. Windows color (decimal): -4385652 or 9180349. OLE color: 9180349.

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

Color convert

RGB 189 20 140 -
CMYK 0 0.89 0.26 0.26
HSL 317.4º 0.81% 0.41% -
HSV(B) 317.4º 0.89% 0.74% -
XYZ 25.97 13.21 25.99 -
YUV 84.21 159.49 202.74 -
System Red Green Blue C M Y K H S L
Decimal 189 20 140 0 0.89 0.26 0.26 317.4 0.81 0.41
Hex BD 14 8C 0 59 1A 1A 13D 51 29
Octal 275 24 214 0 131 32 32 475 121 51
Binary 10111101 10100 10001100 0 1011001 11010 11010 100111101 1010001 101001

Color Harmonies of #BD148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD148C

Black with #BD148C

Text Example


Text Example

White with #BD148C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD148C; }

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

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

background-color css

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

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

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

border-color css

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

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

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