Html Css Color HEX #BD0082 Medium Violet Red

📋 copy color: '#BD0082'

red 189 ◦ green 0 ◦ blue 130

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

Shades of Medium Violet Red #BD0082

Tints of Medium Violet Red #BD0082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.25%
G = 0%
B = 40.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD0082 (or 0xBD0082) is known color: Medium Violet Red. HEX triplet: BD, 00 and 82. RGB value is (189,0,130). Sum of RGB (Red+Green+Blue) = 189+0+130=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0082 is #42FF7D. Grayscale: #474747. Windows color (decimal): -4390782 or 8519869. OLE color: 8519869.

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

Color convert

RGB 189 0 130 -
CMYK 0 1 0.31 0.26
HSL 318.73º 1% 0.37% -
HSV(B) 318.73º 1% 0.74% -
XYZ 25.02 12.43 22.2 -
YUV 71.33 161.12 211.93 -
System Red Green Blue C M Y K H S L
Decimal 189 0 130 0 1 0.31 0.26 318.73 1 0.37
Hex BD 0 82 0 64 1F 1A 13F 64 25
Octal 275 0 202 0 144 37 32 477 144 45
Binary 10111101 0 10000010 0 1100100 11111 11010 100111111 1100100 100101

Color Harmonies of #BD0082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0082

Black with #BD0082

Text Example


Text Example

White with #BD0082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0082; }

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

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

background-color css

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

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

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

border-color css

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

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

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