Html Css Color HEX #B41385 Medium Violet Red

📋 copy color: '#B41385'

red 180 ◦ green 19 ◦ blue 133

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

Shades of Medium Violet Red #B41385

Tints of Medium Violet Red #B41385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.72%

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

R = 54.22%
G = 5.72%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B41385 (or 0xB41385) is known color: Medium Violet Red. HEX triplet: B4, 13 and 85. RGB value is (180,19,133). Sum of RGB (Red+Green+Blue) = 180+19+133=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B41385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41385 is #4BEC7A. Grayscale: #4F4F4F. Windows color (decimal): -4975739 or 8721332. OLE color: 8721332.

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

Color convert

RGB 180 19 133 -
CMYK 0 0.89 0.26 0.29
HSL 317.52º 0.81% 0.39% -
HSV(B) 317.52º 0.89% 0.71% -
XYZ 23.29 11.86 23.25 -
YUV 80.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 180 19 133 0 0.89 0.26 0.29 317.52 0.81 0.39
Hex B4 13 85 0 59 1A 1D 13E 51 27
Octal 264 23 205 0 131 32 35 476 121 47
Binary 10110100 10011 10000101 0 1011001 11010 11101 100111110 1010001 100111

Color Harmonies of #B41385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41385

Black with #B41385

Text Example


Text Example

White with #B41385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41385; }

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

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

background-color css

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

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

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

border-color css

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

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

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