Html Css Color HEX #BD146F Medium Violet Red

📋 copy color: '#BD146F'

red 189 ◦ green 20 ◦ blue 111

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

Shades of Medium Violet Red #BD146F

Tints of Medium Violet Red #BD146F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.69%

R = 59.06%
G = 6.25%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD146F (or 0xBD146F) is known color: Medium Violet Red. HEX triplet: BD, 14 and 6F. RGB value is (189,20,111). Sum of RGB (Red+Green+Blue) = 189+20+111=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD146F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD146F is #42EB90. Grayscale: #505050. Windows color (decimal): -4385681 or 7279805. OLE color: 7279805.

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

Color convert

RGB 189 20 111 -
CMYK 0 0.89 0.41 0.26
HSL 327.69º 0.81% 0.41% -
HSV(B) 327.69º 0.89% 0.74% -
XYZ 24.11 12.47 16.17 -
YUV 80.91 144.99 205.1 -
System Red Green Blue C M Y K H S L
Decimal 189 20 111 0 0.89 0.41 0.26 327.69 0.81 0.41
Hex BD 14 6F 0 59 29 1A 148 51 29
Octal 275 24 157 0 131 51 32 510 121 51
Binary 10111101 10100 1101111 0 1011001 101001 11010 101001000 1010001 101001

Color Harmonies of #BD146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD146F

Black with #BD146F

Text Example


Text Example

White with #BD146F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD146F; }

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

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

background-color css

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

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

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

border-color css

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

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

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