Html Css Color HEX #B40386 Medium Violet Red

📋 copy color: '#B40386'

red 180 ◦ green 3 ◦ blue 134

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

Shades of Medium Violet Red #B40386

Tints of Medium Violet Red #B40386

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

 BLUE value IS 134 (52.73% from 255) = 42.27%

R = 56.78%
G = 0.95%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B40386 (or 0xB40386) is known color: Medium Violet Red. HEX triplet: B4, 03 and 86. RGB value is (180,3,134). Sum of RGB (Red+Green+Blue) = 180+3+134=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B40386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40386 is #4BFC79. Grayscale: #464646. Windows color (decimal): -4979834 or 8782772. OLE color: 8782772.

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

Color convert

RGB 180 3 134 -
CMYK 0 0.98 0.26 0.29
HSL 315.59º 0.97% 0.36% -
HSV(B) 315.59º 0.98% 0.71% -
XYZ 23.16 11.49 23.55 -
YUV 70.86 163.64 205.85 -
System Red Green Blue C M Y K H S L
Decimal 180 3 134 0 0.98 0.26 0.29 315.59 0.97 0.36
Hex B4 3 86 0 62 1A 1D 13C 61 24
Octal 264 3 206 0 142 32 35 474 141 44
Binary 10110100 11 10000110 0 1100010 11010 11101 100111100 1100001 100100

Color Harmonies of #B40386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40386

Black with #B40386

Text Example


Text Example

White with #B40386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40386; }

 p { color: rgb(180,3,134); }

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

background-color css

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

 a { background-color: rgb(180,3,134); }

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

border-color css

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

 span { border-color: rgb(180,3,134); }

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