Html Css Color HEX #BD127C Medium Violet Red

📋 copy color: '#BD127C'

red 189 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #BD127C

Tints of Medium Violet Red #BD127C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.46%

R = 57.1%
G = 5.44%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD127C (or 0xBD127C) is known color: Medium Violet Red. HEX triplet: BD, 12 and 7C. RGB value is (189,18,124). Sum of RGB (Red+Green+Blue) = 189+18+124=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD127C is #42ED83. Grayscale: #505050. Windows color (decimal): -4386180 or 8131261. OLE color: 8131261.

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

Color convert

RGB 189 18 124 -
CMYK 0 0.90 0.34 0.26
HSL 322.81º 0.83% 0.41% -
HSV(B) 322.81º 0.9% 0.74% -
XYZ 24.84 12.71 20.21 -
YUV 81.21 152.15 204.88 -
System Red Green Blue C M Y K H S L
Decimal 189 18 124 0 0.90 0.34 0.26 322.81 0.83 0.41
Hex BD 12 7C 0 5A 22 1A 143 53 29
Octal 275 22 174 0 132 42 32 503 123 51
Binary 10111101 10010 1111100 0 1011010 100010 11010 101000011 1010011 101001

Color Harmonies of #BD127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD127C

Black with #BD127C

Text Example


Text Example

White with #BD127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD127C; }

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

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

background-color css

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

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

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

border-color css

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

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

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