Html Css Color HEX #BD128B Medium Violet Red

📋 copy color: '#BD128B'

red 189 ◦ green 18 ◦ blue 139

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

Shades of Medium Violet Red #BD128B

Tints of Medium Violet Red #BD128B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.17%

R = 54.62%
G = 5.2%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD128B (or 0xBD128B) is known color: Medium Violet Red. HEX triplet: BD, 12 and 8B. RGB value is (189,18,139). Sum of RGB (Red+Green+Blue) = 189+18+139=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD128B is #42ED74. Grayscale: #525252. Windows color (decimal): -4386165 or 9114301. OLE color: 9114301.

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

Color convert

RGB 189 18 139 -
CMYK 0 0.90 0.26 0.26
HSL 317.54º 0.83% 0.41% -
HSV(B) 317.54º 0.9% 0.74% -
XYZ 25.86 13.12 25.59 -
YUV 82.92 159.65 203.66 -
System Red Green Blue C M Y K H S L
Decimal 189 18 139 0 0.90 0.26 0.26 317.54 0.83 0.41
Hex BD 12 8B 0 5A 1A 1A 13E 53 29
Octal 275 22 213 0 132 32 32 476 123 51
Binary 10111101 10010 10001011 0 1011010 11010 11010 100111110 1010011 101001

Color Harmonies of #BD128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD128B

Black with #BD128B

Text Example


Text Example

White with #BD128B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD128B; }

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

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

background-color css

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

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

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

border-color css

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

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

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