Html Css Color HEX #BD127E Medium Violet Red

📋 copy color: '#BD127E'

red 189 ◦ green 18 ◦ blue 126

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

Shades of Medium Violet Red #BD127E

Tints of Medium Violet Red #BD127E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.84%

R = 56.76%
G = 5.41%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD127E (or 0xBD127E) is known color: Medium Violet Red. HEX triplet: BD, 12 and 7E. RGB value is (189,18,126). Sum of RGB (Red+Green+Blue) = 189+18+126=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD127E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD127E is #42ED81. Grayscale: #515151. Windows color (decimal): -4386178 or 8262333. OLE color: 8262333.

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

Color convert

RGB 189 18 126 -
CMYK 0 0.90 0.33 0.26
HSL 322.11º 0.83% 0.41% -
HSV(B) 322.11º 0.9% 0.74% -
XYZ 24.97 12.76 20.89 -
YUV 81.44 153.15 204.72 -
System Red Green Blue C M Y K H S L
Decimal 189 18 126 0 0.90 0.33 0.26 322.11 0.83 0.41
Hex BD 12 7E 0 5A 21 1A 142 53 29
Octal 275 22 176 0 132 41 32 502 123 51
Binary 10111101 10010 1111110 0 1011010 100001 11010 101000010 1010011 101001

Color Harmonies of #BD127E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD127E

Black with #BD127E

Text Example


Text Example

White with #BD127E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD127E; }

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

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

background-color css

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

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

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

border-color css

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

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

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