Html Css Color HEX #BD126C Medium Violet Red

📋 copy color: '#BD126C'

red 189 ◦ green 18 ◦ blue 108

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

Shades of Medium Violet Red #BD126C

Tints of Medium Violet Red #BD126C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.29%

R = 60%
G = 5.71%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD126C (or 0xBD126C) is known color: Medium Violet Red. HEX triplet: BD, 12 and 6C. RGB value is (189,18,108). Sum of RGB (Red+Green+Blue) = 189+18+108=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD126C is #42ED93. Grayscale: #4F4F4F. Windows color (decimal): -4386196 or 7082685. OLE color: 7082685.

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

Color convert

RGB 189 18 108 -
CMYK 0 0.90 0.43 0.26
HSL 328.42º 0.83% 0.41% -
HSV(B) 328.42º 0.9% 0.74% -
XYZ 23.91 12.33 15.31 -
YUV 79.39 144.15 206.18 -
System Red Green Blue C M Y K H S L
Decimal 189 18 108 0 0.90 0.43 0.26 328.42 0.83 0.41
Hex BD 12 6C 0 5A 2B 1A 148 53 29
Octal 275 22 154 0 132 53 32 510 123 51
Binary 10111101 10010 1101100 0 1011010 101011 11010 101001000 1010011 101001

Color Harmonies of #BD126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD126C

Black with #BD126C

Text Example


Text Example

White with #BD126C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD126C; }

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

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

background-color css

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

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

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

border-color css

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

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

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