Html Css Color HEX #BD1F87 Medium Violet Red

📋 copy color: '#BD1F87'

red 189 ◦ green 31 ◦ blue 135

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

Shades of Medium Violet Red #BD1F87

Tints of Medium Violet Red #BD1F87

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.73%

 BLUE value IS 135 (53.13% from 255) = 38.03%

R = 53.24%
G = 8.73%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD1F87 (or 0xBD1F87) is known color: Medium Violet Red. HEX triplet: BD, 1F and 87. RGB value is (189,31,135). Sum of RGB (Red+Green+Blue) = 189+31+135=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1F87 is #42E078. Grayscale: #595959. Windows color (decimal): -4382841 or 8855485. OLE color: 8855485.

HSL color Cylindrical-coordinate representation of color #BD1F87: hue angle of 320.51º degrees, saturation: 0.72, 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 #BD1F87 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 31 135 -
CMYK 0 0.84 0.29 0.26
HSL 320.51º 0.72% 0.43% -
HSV(B) 320.51º 0.84% 0.74% -
XYZ 25.85 13.55 24.17 -
YUV 90.1 153.35 198.54 -
System Red Green Blue C M Y K H S L
Decimal 189 31 135 0 0.84 0.29 0.26 320.51 0.72 0.43
Hex BD 1F 87 0 54 1D 1A 141 48 2B
Octal 275 37 207 0 124 35 32 501 110 53
Binary 10111101 11111 10000111 0 1010100 11101 11010 101000001 1001000 101011

Color Harmonies of #BD1F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1F87

Black with #BD1F87

Text Example


Text Example

White with #BD1F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1F87; }

 p { color: rgb(189,31,135); }

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

background-color css

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

 a { background-color: rgb(189,31,135); }

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

border-color css

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

 span { border-color: rgb(189,31,135); }

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