Html Css Color HEX #BD1F8D Medium Violet Red

📋 copy color: '#BD1F8D'

red 189 ◦ green 31 ◦ blue 141

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

Shades of Medium Violet Red #BD1F8D

Tints of Medium Violet Red #BD1F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.06%

R = 52.35%
G = 8.59%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD1F8D (or 0xBD1F8D) is known color: Medium Violet Red. HEX triplet: BD, 1F and 8D. RGB value is (189,31,141). Sum of RGB (Red+Green+Blue) = 189+31+141=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1F8D is #42E072. Grayscale: #5A5A5A. Windows color (decimal): -4382835 or 9248701. OLE color: 9248701.

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

Color convert

RGB 189 31 141 -
CMYK 0 0.84 0.25 0.26
HSL 318.23º 0.72% 0.43% -
HSV(B) 318.23º 0.84% 0.74% -
XYZ 26.28 13.72 26.46 -
YUV 90.78 156.35 198.06 -
System Red Green Blue C M Y K H S L
Decimal 189 31 141 0 0.84 0.25 0.26 318.23 0.72 0.43
Hex BD 1F 8D 0 54 19 1A 13E 48 2B
Octal 275 37 215 0 124 31 32 476 110 53
Binary 10111101 11111 10001101 0 1010100 11001 11010 100111110 1001000 101011

Color Harmonies of #BD1F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1F8D

Black with #BD1F8D

Text Example


Text Example

White with #BD1F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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