Html Css Color HEX #BD147A Medium Violet Red

📋 copy color: '#BD147A'

red 189 ◦ green 20 ◦ blue 122

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

Shades of Medium Violet Red #BD147A

Tints of Medium Violet Red #BD147A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.86%

R = 57.1%
G = 6.04%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD147A (or 0xBD147A) is known color: Medium Violet Red. HEX triplet: BD, 14 and 7A. RGB value is (189,20,122). Sum of RGB (Red+Green+Blue) = 189+20+122=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD147A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD147A is #42EB85. Grayscale: #515151. Windows color (decimal): -4385670 or 8000701. OLE color: 8000701.

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

Color convert

RGB 189 20 122 -
CMYK 0 0.89 0.35 0.26
HSL 323.79º 0.81% 0.41% -
HSV(B) 323.79º 0.89% 0.74% -
XYZ 24.75 12.72 19.56 -
YUV 82.16 150.49 204.21 -
System Red Green Blue C M Y K H S L
Decimal 189 20 122 0 0.89 0.35 0.26 323.79 0.81 0.41
Hex BD 14 7A 0 59 23 1A 144 51 29
Octal 275 24 172 0 131 43 32 504 121 51
Binary 10111101 10100 1111010 0 1011001 100011 11010 101000100 1010001 101001

Color Harmonies of #BD147A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD147A

Black with #BD147A

Text Example


Text Example

White with #BD147A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD147A; }

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

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

background-color css

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

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

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

border-color css

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

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

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