Html Css Color HEX #BD1F9A Medium Violet Red

📋 copy color: '#BD1F9A'

red 189 ◦ green 31 ◦ blue 154

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

Shades of Medium Violet Red #BD1F9A

Tints of Medium Violet Red #BD1F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.18%

R = 50.53%
G = 8.29%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD1F9A (or 0xBD1F9A) is known color: Medium Violet Red. HEX triplet: BD, 1F and 9A. RGB value is (189,31,154). Sum of RGB (Red+Green+Blue) = 189+31+154=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1F9A is #42E065. Grayscale: #5B5B5B. Windows color (decimal): -4382822 or 10100669. OLE color: 10100669.

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

Color convert

RGB 189 31 154 -
CMYK 0 0.84 0.19 0.26
HSL 313.29º 0.72% 0.43% -
HSV(B) 313.29º 0.84% 0.74% -
XYZ 27.31 14.13 31.86 -
YUV 92.26 162.85 197 -
System Red Green Blue C M Y K H S L
Decimal 189 31 154 0 0.84 0.19 0.26 313.29 0.72 0.43
Hex BD 1F 9A 0 54 13 1A 139 48 2B
Octal 275 37 232 0 124 23 32 471 110 53
Binary 10111101 11111 10011010 0 1010100 10011 11010 100111001 1001000 101011

Color Harmonies of #BD1F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1F9A

Black with #BD1F9A

Text Example


Text Example

White with #BD1F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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