Html Css Color HEX #BD1F9F Medium Violet Red

📋 copy color: '#BD1F9F'

red 189 ◦ green 31 ◦ blue 159

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

Shades of Medium Violet Red #BD1F9F

Tints of Medium Violet Red #BD1F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.95%

R = 49.87%
G = 8.18%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD1F9F (or 0xBD1F9F) is known color: Medium Violet Red. HEX triplet: BD, 1F and 9F. RGB value is (189,31,159). Sum of RGB (Red+Green+Blue) = 189+31+159=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 31 (12.5% from 255 or 8.18% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1F9F is #42E060. Grayscale: #5C5C5C. Windows color (decimal): -4382817 or 10428349. OLE color: 10428349.

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

Color convert

RGB 189 31 159 -
CMYK 0 0.84 0.16 0.26
HSL 311.39º 0.72% 0.43% -
HSV(B) 311.39º 0.84% 0.74% -
XYZ 27.73 14.3 34.1 -
YUV 92.83 165.35 196.59 -
System Red Green Blue C M Y K H S L
Decimal 189 31 159 0 0.84 0.16 0.26 311.39 0.72 0.43
Hex BD 1F 9F 0 54 10 1A 137 48 2B
Octal 275 37 237 0 124 20 32 467 110 53
Binary 10111101 11111 10011111 0 1010100 10000 11010 100110111 1001000 101011

Color Harmonies of #BD1F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1F9F

Black with #BD1F9F

Text Example


Text Example

White with #BD1F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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