Html Css Color HEX #BD1F98 Medium Violet Red

📋 copy color: '#BD1F98'

red 189 ◦ green 31 ◦ blue 152

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

Shades of Medium Violet Red #BD1F98

Tints of Medium Violet Red #BD1F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.86%

R = 50.81%
G = 8.33%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD1F98 (or 0xBD1F98) is known color: Medium Violet Red. HEX triplet: BD, 1F and 98. RGB value is (189,31,152). Sum of RGB (Red+Green+Blue) = 189+31+152=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1F98 is #42E067. Grayscale: #5B5B5B. Windows color (decimal): -4382824 or 9969597. OLE color: 9969597.

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

Color convert

RGB 189 31 152 -
CMYK 0 0.84 0.20 0.26
HSL 314.05º 0.72% 0.43% -
HSV(B) 314.05º 0.84% 0.74% -
XYZ 27.14 14.07 30.99 -
YUV 92.04 161.85 197.16 -
System Red Green Blue C M Y K H S L
Decimal 189 31 152 0 0.84 0.20 0.26 314.05 0.72 0.43
Hex BD 1F 98 0 54 14 1A 13A 48 2B
Octal 275 37 230 0 124 24 32 472 110 53
Binary 10111101 11111 10011000 0 1010100 10100 11010 100111010 1001000 101011

Color Harmonies of #BD1F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1F98

Black with #BD1F98

Text Example


Text Example

White with #BD1F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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