Html Css Color HEX #BD1783 Medium Violet Red

📋 copy color: '#BD1783'

red 189 ◦ green 23 ◦ blue 131

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

Shades of Medium Violet Red #BD1783

Tints of Medium Violet Red #BD1783

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.71%

 BLUE value IS 131 (51.56% from 255) = 38.19%

R = 55.1%
G = 6.71%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD1783 (or 0xBD1783) is known color: Medium Violet Red. HEX triplet: BD, 17 and 83. RGB value is (189,23,131). Sum of RGB (Red+Green+Blue) = 189+23+131=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1783 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1783 is #42E87C. Grayscale: #545454. Windows color (decimal): -4384893 or 8591293. OLE color: 8591293.

HSL color Cylindrical-coordinate representation of color #BD1783: hue angle of 320.96º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1783 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 23 131 -
CMYK 0 0.88 0.31 0.26
HSL 320.96º 0.78% 0.42% -
HSV(B) 320.96º 0.88% 0.74% -
XYZ 25.39 13.07 22.66 -
YUV 84.95 154 202.22 -
System Red Green Blue C M Y K H S L
Decimal 189 23 131 0 0.88 0.31 0.26 320.96 0.78 0.42
Hex BD 17 83 0 58 1F 1A 141 4E 2A
Octal 275 27 203 0 130 37 32 501 116 52
Binary 10111101 10111 10000011 0 1011000 11111 11010 101000001 1001110 101010

Color Harmonies of #BD1783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1783

Black with #BD1783

Text Example


Text Example

White with #BD1783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1783; }

 p { color: rgb(189,23,131); }

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

background-color css

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

 a { background-color: rgb(189,23,131); }

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

border-color css

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

 span { border-color: rgb(189,23,131); }

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