Html Css Color HEX #B40082 Medium Violet Red

📋 copy color: '#B40082'

red 180 ◦ green 0 ◦ blue 130

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

Shades of Medium Violet Red #B40082

Tints of Medium Violet Red #B40082

RGB

 RED value IS 180 (70.7% from 255) = 58.06%

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

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

R = 58.06%
G = 0%
B = 41.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B40082 (or 0xB40082) is known color: Medium Violet Red. HEX triplet: B4, 00 and 82. RGB value is (180,0,130). Sum of RGB (Red+Green+Blue) = 180+0+130=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B40082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40082 is #4BFF7D. Grayscale: #444444. Windows color (decimal): -4980606 or 8519860. OLE color: 8519860.

HSL color Cylindrical-coordinate representation of color #B40082: hue angle of 316.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B40082 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 0 130 -
CMYK 0 1 0.28 0.29
HSL 316.67º 1% 0.35% -
HSV(B) 316.67º 1% 0.71% -
XYZ 22.85 11.32 22.1 -
YUV 68.64 162.63 207.43 -
System Red Green Blue C M Y K H S L
Decimal 180 0 130 0 1 0.28 0.29 316.67 1 0.35
Hex B4 0 82 0 64 1C 1D 13D 64 23
Octal 264 0 202 0 144 34 35 475 144 43
Binary 10110100 0 10000010 0 1100100 11100 11101 100111101 1100100 100011

Color Harmonies of #B40082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40082

Black with #B40082

Text Example


Text Example

White with #B40082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40082; }

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

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

background-color css

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

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

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

border-color css

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

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

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