Html Css Color HEX #BD126D Medium Violet Red

📋 copy color: '#BD126D'

red 189 ◦ green 18 ◦ blue 109

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

Shades of Medium Violet Red #BD126D

Tints of Medium Violet Red #BD126D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.49%

R = 59.81%
G = 5.7%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD126D (or 0xBD126D) is known color: Medium Violet Red. HEX triplet: BD, 12 and 6D. RGB value is (189,18,109). Sum of RGB (Red+Green+Blue) = 189+18+109=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD126D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD126D is #42ED92. Grayscale: #4F4F4F. Windows color (decimal): -4386195 or 7148221. OLE color: 7148221.

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

Color convert

RGB 189 18 109 -
CMYK 0 0.90 0.42 0.26
HSL 328.07º 0.83% 0.41% -
HSV(B) 328.07º 0.9% 0.74% -
XYZ 23.96 12.36 15.59 -
YUV 79.5 144.65 206.1 -
System Red Green Blue C M Y K H S L
Decimal 189 18 109 0 0.90 0.42 0.26 328.07 0.83 0.41
Hex BD 12 6D 0 5A 2A 1A 148 53 29
Octal 275 22 155 0 132 52 32 510 123 51
Binary 10111101 10010 1101101 0 1011010 101010 11010 101001000 1010011 101001

Color Harmonies of #BD126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD126D

Black with #BD126D

Text Example


Text Example

White with #BD126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD126D; }

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

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

background-color css

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

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

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

border-color css

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

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

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