Html Css Color HEX #BD146D Medium Violet Red

📋 copy color: '#BD146D'

red 189 ◦ green 20 ◦ blue 109

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

Shades of Medium Violet Red #BD146D

Tints of Medium Violet Red #BD146D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 59.43%
G = 6.29%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD146D (or 0xBD146D) is known color: Medium Violet Red. HEX triplet: BD, 14 and 6D. RGB value is (189,20,109). Sum of RGB (Red+Green+Blue) = 189+20+109=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD146D is #42EB92. Grayscale: #505050. Windows color (decimal): -4385683 or 7148733. OLE color: 7148733.

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

Color convert

RGB 189 20 109 -
CMYK 0 0.89 0.42 0.26
HSL 328.4º 0.81% 0.41% -
HSV(B) 328.4º 0.89% 0.74% -
XYZ 24 12.42 15.6 -
YUV 80.68 143.99 205.26 -
System Red Green Blue C M Y K H S L
Decimal 189 20 109 0 0.89 0.42 0.26 328.4 0.81 0.41
Hex BD 14 6D 0 59 2A 1A 148 51 29
Octal 275 24 155 0 131 52 32 510 121 51
Binary 10111101 10100 1101101 0 1011001 101010 11010 101001000 1010001 101001

Color Harmonies of #BD146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD146D

Black with #BD146D

Text Example


Text Example

White with #BD146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD146D; }

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

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

background-color css

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

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

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

border-color css

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

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

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