Html Css Color HEX #BD129E Medium Violet Red

📋 copy color: '#BD129E'

red 189 ◦ green 18 ◦ blue 158

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

Shades of Medium Violet Red #BD129E

Tints of Medium Violet Red #BD129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.29%

R = 51.78%
G = 4.93%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD129E (or 0xBD129E) is known color: Medium Violet Red. HEX triplet: BD, 12 and 9E. RGB value is (189,18,158). Sum of RGB (Red+Green+Blue) = 189+18+158=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD129E is #42ED61. Grayscale: #545454. Windows color (decimal): -4386146 or 10359485. OLE color: 10359485.

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

Color convert

RGB 189 18 158 -
CMYK 0 0.90 0.16 0.26
HSL 310.88º 0.83% 0.41% -
HSV(B) 310.88º 0.9% 0.74% -
XYZ 27.37 13.72 33.55 -
YUV 85.09 169.15 202.12 -
System Red Green Blue C M Y K H S L
Decimal 189 18 158 0 0.90 0.16 0.26 310.88 0.83 0.41
Hex BD 12 9E 0 5A 10 1A 137 53 29
Octal 275 22 236 0 132 20 32 467 123 51
Binary 10111101 10010 10011110 0 1011010 10000 11010 100110111 1010011 101001

Color Harmonies of #BD129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD129E

Black with #BD129E

Text Example


Text Example

White with #BD129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD129E; }

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

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

background-color css

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

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

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

border-color css

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

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

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