Html Css Color HEX #BD1F7E Medium Violet Red

📋 copy color: '#BD1F7E'

red 189 ◦ green 31 ◦ blue 126

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

Shades of Medium Violet Red #BD1F7E

Tints of Medium Violet Red #BD1F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.42%

R = 54.62%
G = 8.96%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD1F7E (or 0xBD1F7E) is known color: Medium Violet Red. HEX triplet: BD, 1F and 7E. RGB value is (189,31,126). Sum of RGB (Red+Green+Blue) = 189+31+126=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1F7E is #42E081. Grayscale: #585858. Windows color (decimal): -4382850 or 8265661. OLE color: 8265661.

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

Color convert

RGB 189 31 126 -
CMYK 0 0.84 0.33 0.26
HSL 323.92º 0.72% 0.43% -
HSV(B) 323.92º 0.84% 0.74% -
XYZ 25.24 13.31 20.98 -
YUV 89.07 148.85 199.28 -
System Red Green Blue C M Y K H S L
Decimal 189 31 126 0 0.84 0.33 0.26 323.92 0.72 0.43
Hex BD 1F 7E 0 54 21 1A 144 48 2B
Octal 275 37 176 0 124 41 32 504 110 53
Binary 10111101 11111 1111110 0 1010100 100001 11010 101000100 1001000 101011

Color Harmonies of #BD1F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1F7E

Black with #BD1F7E

Text Example


Text Example

White with #BD1F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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