Html Css Color HEX #BD1F8E Medium Violet Red

📋 copy color: '#BD1F8E'

red 189 ◦ green 31 ◦ blue 142

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

Shades of Medium Violet Red #BD1F8E

Tints of Medium Violet Red #BD1F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.23%

R = 52.21%
G = 8.56%
B = 39.23%

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

#BD1F8E (or 0xBD1F8E) is known color: Medium Violet Red. HEX triplet: BD, 1F and 8E. RGB value is (189,31,142). Sum of RGB (Red+Green+Blue) = 189+31+142=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1F8E is #42E071. Grayscale: #5A5A5A. Windows color (decimal): -4382834 or 9314237. OLE color: 9314237.

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

Color convert

RGB 189 31 142 -
CMYK 0 0.84 0.25 0.26
HSL 317.85º 0.72% 0.43% -
HSV(B) 317.85º 0.84% 0.74% -
XYZ 26.36 13.75 26.86 -
YUV 90.9 156.85 197.97 -
System Red Green Blue C M Y K H S L
Decimal 189 31 142 0 0.84 0.25 0.26 317.85 0.72 0.43
Hex BD 1F 8E 0 54 19 1A 13E 48 2B
Octal 275 37 216 0 124 31 32 476 110 53
Binary 10111101 11111 10001110 0 1010100 11001 11010 100111110 1001000 101011

Color Harmonies of #BD1F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1F8E

Black with #BD1F8E

Text Example


Text Example

White with #BD1F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1F8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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