Html Css Color HEX #B40185 Medium Violet Red

📋 copy color: '#B40185'

red 180 ◦ green 1 ◦ blue 133

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

Shades of Medium Violet Red #B40185

Tints of Medium Violet Red #B40185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.36%

R = 57.32%
G = 0.32%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B40185 (or 0xB40185) is known color: Medium Violet Red. HEX triplet: B4, 01 and 85. RGB value is (180,1,133). Sum of RGB (Red+Green+Blue) = 180+1+133=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B40185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40185 is #4BFE7A. Grayscale: #454545. Windows color (decimal): -4980347 or 8716724. OLE color: 8716724.

HSL color Cylindrical-coordinate representation of color #B40185: hue angle of 315.75º 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 #B40185 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 1 133 -
CMYK 0 0.99 0.26 0.29
HSL 315.75º 0.99% 0.35% -
HSV(B) 315.75º 0.99% 0.71% -
XYZ 23.07 11.42 23.18 -
YUV 69.57 163.8 206.77 -
System Red Green Blue C M Y K H S L
Decimal 180 1 133 0 0.99 0.26 0.29 315.75 0.99 0.35
Hex B4 1 85 0 63 1A 1D 13C 63 23
Octal 264 1 205 0 143 32 35 474 143 43
Binary 10110100 1 10000101 0 1100011 11010 11101 100111100 1100011 100011

Color Harmonies of #B40185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40185

Black with #B40185

Text Example


Text Example

White with #B40185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40185; }

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

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

background-color css

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

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

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

border-color css

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

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

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