Html Css Color HEX #BD1488 Medium Violet Red

📋 copy color: '#BD1488'

red 189 ◦ green 20 ◦ blue 136

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

Shades of Medium Violet Red #BD1488

Tints of Medium Violet Red #BD1488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.42%

R = 54.78%
G = 5.8%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD1488 (or 0xBD1488) is known color: Medium Violet Red. HEX triplet: BD, 14 and 88. RGB value is (189,20,136). Sum of RGB (Red+Green+Blue) = 189+20+136=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1488 is #42EB77. Grayscale: #535353. Windows color (decimal): -4385656 or 8918205. OLE color: 8918205.

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

Color convert

RGB 189 20 136 -
CMYK 0 0.89 0.28 0.26
HSL 318.82º 0.81% 0.41% -
HSV(B) 318.82º 0.89% 0.74% -
XYZ 25.68 13.1 24.47 -
YUV 83.76 157.49 203.07 -
System Red Green Blue C M Y K H S L
Decimal 189 20 136 0 0.89 0.28 0.26 318.82 0.81 0.41
Hex BD 14 88 0 59 1C 1A 13F 51 29
Octal 275 24 210 0 131 34 32 477 121 51
Binary 10111101 10100 10001000 0 1011001 11100 11010 100111111 1010001 101001

Color Harmonies of #BD1488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1488

Black with #BD1488

Text Example


Text Example

White with #BD1488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1488; }

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

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

background-color css

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

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

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

border-color css

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

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

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