Html Css Color HEX #BD14A5 Medium Violet Red

📋 copy color: '#BD14A5'

red 189 ◦ green 20 ◦ blue 165

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

Shades of Medium Violet Red #BD14A5

Tints of Medium Violet Red #BD14A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.12%

R = 50.53%
G = 5.35%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BD14A5 (or 0xBD14A5) is known color: Medium Violet Red. HEX triplet: BD, 14 and A5. RGB value is (189,20,165). Sum of RGB (Red+Green+Blue) = 189+20+165=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 165 (64.84% from 255 or 44.12% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD14A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD14A5 is #42EB5A. Grayscale: #565656. Windows color (decimal): -4385627 or 10818749. OLE color: 10818749.

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

Color convert

RGB 189 20 165 -
CMYK 0 0.89 0.13 0.26
HSL 308.52º 0.81% 0.41% -
HSV(B) 308.52º 0.89% 0.74% -
XYZ 28.03 14.04 36.83 -
YUV 87.06 171.99 200.71 -
System Red Green Blue C M Y K H S L
Decimal 189 20 165 0 0.89 0.13 0.26 308.52 0.81 0.41
Hex BD 14 A5 0 59 D 1A 135 51 29
Octal 275 24 245 0 131 15 32 465 121 51
Binary 10111101 10100 10100101 0 1011001 1101 11010 100110101 1010001 101001

Color Harmonies of #BD14A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD14A5

Black with #BD14A5

Text Example


Text Example

White with #BD14A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD14A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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