Html Css Color HEX #BD1382 Medium Violet Red

📋 copy color: '#BD1382'

red 189 ◦ green 19 ◦ blue 130

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

Shades of Medium Violet Red #BD1382

Tints of Medium Violet Red #BD1382

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.62%

 BLUE value IS 130 (51.17% from 255) = 38.46%

R = 55.92%
G = 5.62%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD1382 (or 0xBD1382) is known color: Medium Violet Red. HEX triplet: BD, 13 and 82. RGB value is (189,19,130). Sum of RGB (Red+Green+Blue) = 189+19+130=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1382 is #42EC7D. Grayscale: #525252. Windows color (decimal): -4385918 or 8524733. OLE color: 8524733.

HSL color Cylindrical-coordinate representation of color #BD1382: hue angle of 320.82º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1382 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 19 130 -
CMYK 0 0.90 0.31 0.26
HSL 320.82º 0.82% 0.41% -
HSV(B) 320.82º 0.9% 0.74% -
XYZ 25.25 12.9 22.28 -
YUV 82.48 154.82 203.97 -
System Red Green Blue C M Y K H S L
Decimal 189 19 130 0 0.90 0.31 0.26 320.82 0.82 0.41
Hex BD 13 82 0 5A 1F 1A 141 52 29
Octal 275 23 202 0 132 37 32 501 122 51
Binary 10111101 10011 10000010 0 1011010 11111 11010 101000001 1010010 101001

Color Harmonies of #BD1382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1382

Black with #BD1382

Text Example


Text Example

White with #BD1382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1382; }

 p { color: rgb(189,19,130); }

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

background-color css

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

 a { background-color: rgb(189,19,130); }

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

border-color css

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

 span { border-color: rgb(189,19,130); }

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