Html Css Color HEX #BD14A1 Medium Violet Red

📋 copy color: '#BD14A1'

red 189 ◦ green 20 ◦ blue 161

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

Shades of Medium Violet Red #BD14A1

Tints of Medium Violet Red #BD14A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 43.51%

R = 51.08%
G = 5.41%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BD14A1 (or 0xBD14A1) is known color: Medium Violet Red. HEX triplet: BD, 14 and A1. RGB value is (189,20,161). Sum of RGB (Red+Green+Blue) = 189+20+161=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 161 (63.28% from 255 or 43.51% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD14A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD14A1 is #42EB5E. Grayscale: #565656. Windows color (decimal): -4385631 or 10556605. OLE color: 10556605.

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

Color convert

RGB 189 20 161 -
CMYK 0 0.89 0.15 0.26
HSL 309.94º 0.81% 0.41% -
HSV(B) 309.94º 0.89% 0.74% -
XYZ 27.67 13.89 34.94 -
YUV 86.61 169.99 201.04 -
System Red Green Blue C M Y K H S L
Decimal 189 20 161 0 0.89 0.15 0.26 309.94 0.81 0.41
Hex BD 14 A1 0 59 F 1A 136 51 29
Octal 275 24 241 0 131 17 32 466 121 51
Binary 10111101 10100 10100001 0 1011001 1111 11010 100110110 1010001 101001

Color Harmonies of #BD14A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD14A1

Black with #BD14A1

Text Example


Text Example

White with #BD14A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD14A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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