Html Css Color HEX #BD1F86 Medium Violet Red

📋 copy color: '#BD1F86'

red 189 ◦ green 31 ◦ blue 134

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

Shades of Medium Violet Red #BD1F86

Tints of Medium Violet Red #BD1F86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.85%

R = 53.39%
G = 8.76%
B = 37.85%

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

#BD1F86 (or 0xBD1F86) is known color: Medium Violet Red. HEX triplet: BD, 1F and 86. RGB value is (189,31,134). Sum of RGB (Red+Green+Blue) = 189+31+134=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1F86 is #42E079. Grayscale: #595959. Windows color (decimal): -4382842 or 8789949. OLE color: 8789949.

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

Color convert

RGB 189 31 134 -
CMYK 0 0.84 0.29 0.26
HSL 320.89º 0.72% 0.43% -
HSV(B) 320.89º 0.84% 0.74% -
XYZ 25.78 13.52 23.81 -
YUV 89.98 152.85 198.62 -
System Red Green Blue C M Y K H S L
Decimal 189 31 134 0 0.84 0.29 0.26 320.89 0.72 0.43
Hex BD 1F 86 0 54 1D 1A 141 48 2B
Octal 275 37 206 0 124 35 32 501 110 53
Binary 10111101 11111 10000110 0 1010100 11101 11010 101000001 1001000 101011

Color Harmonies of #BD1F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1F86

Black with #BD1F86

Text Example


Text Example

White with #BD1F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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