Html Css Color HEX #BD1682 Medium Violet Red

📋 copy color: '#BD1682'

red 189 ◦ green 22 ◦ blue 130

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

Shades of Medium Violet Red #BD1682

Tints of Medium Violet Red #BD1682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.45%

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

R = 55.43%
G = 6.45%
B = 38.12%

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

#BD1682 (or 0xBD1682) is known color: Medium Violet Red. HEX triplet: BD, 16 and 82. RGB value is (189,22,130). Sum of RGB (Red+Green+Blue) = 189+22+130=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1682 is #42E97D. Grayscale: #535353. Windows color (decimal): -4385150 or 8525501. OLE color: 8525501.

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

Color convert

RGB 189 22 130 -
CMYK 0 0.88 0.31 0.26
HSL 321.2º 0.79% 0.41% -
HSV(B) 321.2º 0.88% 0.74% -
XYZ 25.3 13 22.3 -
YUV 84.25 153.83 202.72 -
System Red Green Blue C M Y K H S L
Decimal 189 22 130 0 0.88 0.31 0.26 321.2 0.79 0.41
Hex BD 16 82 0 58 1F 1A 141 4F 29
Octal 275 26 202 0 130 37 32 501 117 51
Binary 10111101 10110 10000010 0 1011000 11111 11010 101000001 1001111 101001

Color Harmonies of #BD1682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1682

Black with #BD1682

Text Example


Text Example

White with #BD1682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1682; }

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

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

background-color css

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

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

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

border-color css

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

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

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