Html Css Color HEX #BD1E7E Medium Violet Red

📋 copy color: '#BD1E7E'

red 189 ◦ green 30 ◦ blue 126

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

Shades of Medium Violet Red #BD1E7E

Tints of Medium Violet Red #BD1E7E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.7%

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

R = 54.78%
G = 8.7%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD1E7E (or 0xBD1E7E) is known color: Medium Violet Red. HEX triplet: BD, 1E and 7E. RGB value is (189,30,126). Sum of RGB (Red+Green+Blue) = 189+30+126=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1E7E is #42E181. Grayscale: #585858. Windows color (decimal): -4383106 or 8265405. OLE color: 8265405.

HSL color Cylindrical-coordinate representation of color #BD1E7E: hue angle of 323.77º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1E7E is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 30 126 -
CMYK 0 0.84 0.33 0.26
HSL 323.77º 0.73% 0.43% -
HSV(B) 323.77º 0.84% 0.74% -
XYZ 25.22 13.25 20.97 -
YUV 88.49 149.18 199.69 -
System Red Green Blue C M Y K H S L
Decimal 189 30 126 0 0.84 0.33 0.26 323.77 0.73 0.43
Hex BD 1E 7E 0 54 21 1A 144 49 2B
Octal 275 36 176 0 124 41 32 504 111 53
Binary 10111101 11110 1111110 0 1010100 100001 11010 101000100 1001001 101011

Color Harmonies of #BD1E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1E7E

Black with #BD1E7E

Text Example


Text Example

White with #BD1E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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