Html Css Color HEX #BD1082 Medium Violet Red

📋 copy color: '#BD1082'

red 189 ◦ green 16 ◦ blue 130

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

Shades of Medium Violet Red #BD1082

Tints of Medium Violet Red #BD1082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.78%

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

R = 56.42%
G = 4.78%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD1082 (or 0xBD1082) is known color: Medium Violet Red. HEX triplet: BD, 10 and 82. RGB value is (189,16,130). Sum of RGB (Red+Green+Blue) = 189+16+130=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1082 is #42EF7D. Grayscale: #505050. Windows color (decimal): -4386686 or 8523965. OLE color: 8523965.

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

Color convert

RGB 189 16 130 -
CMYK 0 0.92 0.31 0.26
HSL 320.46º 0.84% 0.4% -
HSV(B) 320.46º 0.92% 0.74% -
XYZ 25.2 12.8 22.26 -
YUV 80.72 155.81 205.23 -
System Red Green Blue C M Y K H S L
Decimal 189 16 130 0 0.92 0.31 0.26 320.46 0.84 0.4
Hex BD 10 82 0 5C 1F 1A 140 54 28
Octal 275 20 202 0 134 37 32 500 124 50
Binary 10111101 10000 10000010 0 1011100 11111 11010 101000000 1010100 101000

Color Harmonies of #BD1082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1082

Black with #BD1082

Text Example


Text Example

White with #BD1082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1082; }

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

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

background-color css

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

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

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

border-color css

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

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

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