Html Css Color HEX #BD1A99 Medium Violet Red

📋 copy color: '#BD1A99'

red 189 ◦ green 26 ◦ blue 153

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

Shades of Medium Violet Red #BD1A99

Tints of Medium Violet Red #BD1A99

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.07%

 BLUE value IS 153 (60.16% from 255) = 41.58%

R = 51.36%
G = 7.07%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD1A99 (or 0xBD1A99) is known color: Medium Violet Red. HEX triplet: BD, 1A and 99. RGB value is (189,26,153). Sum of RGB (Red+Green+Blue) = 189+26+153=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1A99 is #42E566. Grayscale: #585858. Windows color (decimal): -4384103 or 10033853. OLE color: 10033853.

HSL color Cylindrical-coordinate representation of color #BD1A99: hue angle of 313.25º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1A99 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 26 153 -
CMYK 0 0.86 0.19 0.26
HSL 313.25º 0.76% 0.42% -
HSV(B) 313.25º 0.86% 0.74% -
XYZ 27.11 13.86 31.38 -
YUV 89.22 164 199.17 -
System Red Green Blue C M Y K H S L
Decimal 189 26 153 0 0.86 0.19 0.26 313.25 0.76 0.42
Hex BD 1A 99 0 56 13 1A 139 4C 2A
Octal 275 32 231 0 126 23 32 471 114 52
Binary 10111101 11010 10011001 0 1010110 10011 11010 100111001 1001100 101010

Color Harmonies of #BD1A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1A99

Black with #BD1A99

Text Example


Text Example

White with #BD1A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1A99; }

 p { color: rgb(189,26,153); }

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

background-color css

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

 a { background-color: rgb(189,26,153); }

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

border-color css

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

 span { border-color: rgb(189,26,153); }

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