Html Css Color HEX #B40683 Medium Violet Red

📋 copy color: '#B40683'

red 180 ◦ green 6 ◦ blue 131

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

Shades of Medium Violet Red #B40683

Tints of Medium Violet Red #B40683

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.89%

 BLUE value IS 131 (51.56% from 255) = 41.32%

R = 56.78%
G = 1.89%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B40683 (or 0xB40683) is known color: Medium Violet Red. HEX triplet: B4, 06 and 83. RGB value is (180,6,131). Sum of RGB (Red+Green+Blue) = 180+6+131=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B40683 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40683 is #4BF97C. Grayscale: #474747. Windows color (decimal): -4979069 or 8586932. OLE color: 8586932.

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

Color convert

RGB 180 6 131 -
CMYK 0 0.97 0.27 0.29
HSL 316.9º 0.94% 0.36% -
HSV(B) 316.9º 0.97% 0.71% -
XYZ 22.98 11.47 22.48 -
YUV 72.28 161.15 204.84 -
System Red Green Blue C M Y K H S L
Decimal 180 6 131 0 0.97 0.27 0.29 316.9 0.94 0.36
Hex B4 6 83 0 61 1B 1D 13D 5E 24
Octal 264 6 203 0 141 33 35 475 136 44
Binary 10110100 110 10000011 0 1100001 11011 11101 100111101 1011110 100100

Color Harmonies of #B40683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40683

Black with #B40683

Text Example


Text Example

White with #B40683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40683; }

 p { color: rgb(180,6,131); }

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

background-color css

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

 a { background-color: rgb(180,6,131); }

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

border-color css

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

 span { border-color: rgb(180,6,131); }

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