Html Css Color HEX #BD128F Medium Violet Red

📋 copy color: '#BD128F'

red 189 ◦ green 18 ◦ blue 143

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

Shades of Medium Violet Red #BD128F

Tints of Medium Violet Red #BD128F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.14%

 BLUE value IS 143 (56.25% from 255) = 40.86%

R = 54%
G = 5.14%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD128F (or 0xBD128F) is known color: Medium Violet Red. HEX triplet: BD, 12 and 8F. RGB value is (189,18,143). Sum of RGB (Red+Green+Blue) = 189+18+143=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD128F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD128F is #42ED70. Grayscale: #535353. Windows color (decimal): -4386161 or 9376445. OLE color: 9376445.

HSL color Cylindrical-coordinate representation of color #BD128F: hue angle of 316.14º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD128F is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 18 143 -
CMYK 0 0.90 0.24 0.26
HSL 316.14º 0.83% 0.41% -
HSV(B) 316.14º 0.9% 0.74% -
XYZ 26.16 13.23 27.16 -
YUV 83.38 161.65 203.34 -
System Red Green Blue C M Y K H S L
Decimal 189 18 143 0 0.90 0.24 0.26 316.14 0.83 0.41
Hex BD 12 8F 0 5A 18 1A 13C 53 29
Octal 275 22 217 0 132 30 32 474 123 51
Binary 10111101 10010 10001111 0 1011010 11000 11010 100111100 1010011 101001

Color Harmonies of #BD128F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD128F

Black with #BD128F

Text Example


Text Example

White with #BD128F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD128F; }

 p { color: rgb(189,18,143); }

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

background-color css

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

 a { background-color: rgb(189,18,143); }

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

border-color css

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

 span { border-color: rgb(189,18,143); }

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