Html Css Color HEX #B40282 Medium Violet Red

📋 copy color: '#B40282'

red 180 ◦ green 2 ◦ blue 130

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

Shades of Medium Violet Red #B40282

Tints of Medium Violet Red #B40282

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 57.69%
G = 0.64%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B40282 (or 0xB40282) is known color: Medium Violet Red. HEX triplet: B4, 02 and 82. RGB value is (180,2,130). Sum of RGB (Red+Green+Blue) = 180+2+130=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B40282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40282 is #4BFD7D. Grayscale: #454545. Windows color (decimal): -4980094 or 8520372. OLE color: 8520372.

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

Color convert

RGB 180 2 130 -
CMYK 0 0.99 0.28 0.29
HSL 316.85º 0.98% 0.36% -
HSV(B) 316.85º 0.99% 0.71% -
XYZ 22.87 11.36 22.11 -
YUV 69.81 161.97 206.59 -
System Red Green Blue C M Y K H S L
Decimal 180 2 130 0 0.99 0.28 0.29 316.85 0.98 0.36
Hex B4 2 82 0 63 1C 1D 13D 62 24
Octal 264 2 202 0 143 34 35 475 142 44
Binary 10110100 10 10000010 0 1100011 11100 11101 100111101 1100010 100100

Color Harmonies of #B40282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40282

Black with #B40282

Text Example


Text Example

White with #B40282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40282; }

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

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

background-color css

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

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

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

border-color css

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

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

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