Html Css Color HEX #BD128D Medium Violet Red

📋 copy color: '#BD128D'

red 189 ◦ green 18 ◦ blue 141

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

Shades of Medium Violet Red #BD128D

Tints of Medium Violet Red #BD128D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.52%

R = 54.31%
G = 5.17%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD128D (or 0xBD128D) is known color: Medium Violet Red. HEX triplet: BD, 12 and 8D. RGB value is (189,18,141). Sum of RGB (Red+Green+Blue) = 189+18+141=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD128D is #42ED72. Grayscale: #525252. Windows color (decimal): -4386163 or 9245373. OLE color: 9245373.

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

Color convert

RGB 189 18 141 -
CMYK 0 0.90 0.25 0.26
HSL 316.84º 0.83% 0.41% -
HSV(B) 316.84º 0.9% 0.74% -
XYZ 26.01 13.17 26.37 -
YUV 83.15 160.65 203.5 -
System Red Green Blue C M Y K H S L
Decimal 189 18 141 0 0.90 0.25 0.26 316.84 0.83 0.41
Hex BD 12 8D 0 5A 19 1A 13D 53 29
Octal 275 22 215 0 132 31 32 475 123 51
Binary 10111101 10010 10001101 0 1011010 11001 11010 100111101 1010011 101001

Color Harmonies of #BD128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD128D

Black with #BD128D

Text Example


Text Example

White with #BD128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD128D; }

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

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

background-color css

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

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

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

border-color css

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

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

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