Html Css Color HEX #BD146C Medium Violet Red

📋 copy color: '#BD146C'

red 189 ◦ green 20 ◦ blue 108

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

Shades of Medium Violet Red #BD146C

Tints of Medium Violet Red #BD146C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.07%

R = 59.62%
G = 6.31%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD146C (or 0xBD146C) is known color: Medium Violet Red. HEX triplet: BD, 14 and 6C. RGB value is (189,20,108). Sum of RGB (Red+Green+Blue) = 189+20+108=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD146C is #42EB93. Grayscale: #505050. Windows color (decimal): -4385684 or 7083197. OLE color: 7083197.

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

Color convert

RGB 189 20 108 -
CMYK 0 0.89 0.43 0.26
HSL 328.76º 0.81% 0.41% -
HSV(B) 328.76º 0.89% 0.74% -
XYZ 23.94 12.4 15.32 -
YUV 80.56 143.49 205.34 -
System Red Green Blue C M Y K H S L
Decimal 189 20 108 0 0.89 0.43 0.26 328.76 0.81 0.41
Hex BD 14 6C 0 59 2B 1A 149 51 29
Octal 275 24 154 0 131 53 32 511 121 51
Binary 10111101 10100 1101100 0 1011001 101011 11010 101001001 1010001 101001

Color Harmonies of #BD146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD146C

Black with #BD146C

Text Example


Text Example

White with #BD146C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD146C; }

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

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

background-color css

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

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

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

border-color css

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

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

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