Html Css Color HEX #BD1E72 Medium Violet Red

📋 copy color: '#BD1E72'

red 189 ◦ green 30 ◦ blue 114

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

Shades of Medium Violet Red #BD1E72

Tints of Medium Violet Red #BD1E72

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.01%

 BLUE value IS 114 (44.92% from 255) = 34.23%

R = 56.76%
G = 9.01%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD1E72 (or 0xBD1E72) is known color: Medium Violet Red. HEX triplet: BD, 1E and 72. RGB value is (189,30,114). Sum of RGB (Red+Green+Blue) = 189+30+114=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1E72 is #42E18D. Grayscale: #565656. Windows color (decimal): -4383118 or 7478973. OLE color: 7478973.

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

Color convert

RGB 189 30 114 -
CMYK 0 0.84 0.40 0.26
HSL 328.3º 0.73% 0.43% -
HSV(B) 328.3º 0.84% 0.74% -
XYZ 24.49 12.96 17.13 -
YUV 87.12 143.18 200.67 -
System Red Green Blue C M Y K H S L
Decimal 189 30 114 0 0.84 0.40 0.26 328.3 0.73 0.43
Hex BD 1E 72 0 54 28 1A 148 49 2B
Octal 275 36 162 0 124 50 32 510 111 53
Binary 10111101 11110 1110010 0 1010100 101000 11010 101001000 1001001 101011

Color Harmonies of #BD1E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1E72

Black with #BD1E72

Text Example


Text Example

White with #BD1E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1E72; }

 p { color: rgb(189,30,114); }

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

background-color css

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

 a { background-color: rgb(189,30,114); }

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

border-color css

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

 span { border-color: rgb(189,30,114); }

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