Html Css Color HEX #B40183 Medium Violet Red

📋 copy color: '#B40183'

red 180 ◦ green 1 ◦ blue 131

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

Shades of Medium Violet Red #B40183

Tints of Medium Violet Red #B40183

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 57.69%
G = 0.32%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B40183 (or 0xB40183) is known color: Medium Violet Red. HEX triplet: B4, 01 and 83. RGB value is (180,1,131). Sum of RGB (Red+Green+Blue) = 180+1+131=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B40183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40183 is #4BFE7C. Grayscale: #454545. Windows color (decimal): -4980349 or 8585652. OLE color: 8585652.

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

Color convert

RGB 180 1 131 -
CMYK 0 0.99 0.27 0.29
HSL 316.42º 0.99% 0.35% -
HSV(B) 316.42º 0.99% 0.71% -
XYZ 22.93 11.36 22.46 -
YUV 69.34 162.8 206.93 -
System Red Green Blue C M Y K H S L
Decimal 180 1 131 0 0.99 0.27 0.29 316.42 0.99 0.35
Hex B4 1 83 0 63 1B 1D 13C 63 23
Octal 264 1 203 0 143 33 35 474 143 43
Binary 10110100 1 10000011 0 1100011 11011 11101 100111100 1100011 100011

Color Harmonies of #B40183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40183

Black with #B40183

Text Example


Text Example

White with #B40183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40183; }

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

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

background-color css

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

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

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

border-color css

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

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

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