Html Css Color HEX #BD129F Medium Violet Red

📋 copy color: '#BD129F'

red 189 ◦ green 18 ◦ blue 159

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

Shades of Medium Violet Red #BD129F

Tints of Medium Violet Red #BD129F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.44%

R = 51.64%
G = 4.92%
B = 43.44%

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

#BD129F (or 0xBD129F) is known color: Medium Violet Red. HEX triplet: BD, 12 and 9F. RGB value is (189,18,159). Sum of RGB (Red+Green+Blue) = 189+18+159=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD129F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD129F is #42ED60. Grayscale: #545454. Windows color (decimal): -4386145 or 10425021. OLE color: 10425021.

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

Color convert

RGB 189 18 159 -
CMYK 0 0.90 0.16 0.26
HSL 310.53º 0.83% 0.41% -
HSV(B) 310.53º 0.9% 0.74% -
XYZ 27.46 13.75 34.01 -
YUV 85.2 169.65 202.04 -
System Red Green Blue C M Y K H S L
Decimal 189 18 159 0 0.90 0.16 0.26 310.53 0.83 0.41
Hex BD 12 9F 0 5A 10 1A 137 53 29
Octal 275 22 237 0 132 20 32 467 123 51
Binary 10111101 10010 10011111 0 1011010 10000 11010 100110111 1010011 101001

Color Harmonies of #BD129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD129F

Black with #BD129F

Text Example


Text Example

White with #BD129F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD129F; }

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

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

background-color css

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

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

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

border-color css

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

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

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