Html Css Color HEX #B41885 Medium Violet Red

📋 copy color: '#B41885'

red 180 ◦ green 24 ◦ blue 133

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

Shades of Medium Violet Red #B41885

Tints of Medium Violet Red #B41885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.12%

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

R = 53.41%
G = 7.12%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B41885 (or 0xB41885) is known color: Medium Violet Red. HEX triplet: B4, 18 and 85. RGB value is (180,24,133). Sum of RGB (Red+Green+Blue) = 180+24+133=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B41885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41885 is #4BE77A. Grayscale: #525252. Windows color (decimal): -4974459 or 8722612. OLE color: 8722612.

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

Color convert

RGB 180 24 133 -
CMYK 0 0.87 0.26 0.29
HSL 318.08º 0.76% 0.4% -
HSV(B) 318.08º 0.87% 0.71% -
XYZ 23.38 12.05 23.28 -
YUV 83.07 156.18 197.14 -
System Red Green Blue C M Y K H S L
Decimal 180 24 133 0 0.87 0.26 0.29 318.08 0.76 0.4
Hex B4 18 85 0 57 1A 1D 13E 4C 28
Octal 264 30 205 0 127 32 35 476 114 50
Binary 10110100 11000 10000101 0 1010111 11010 11101 100111110 1001100 101000

Color Harmonies of #B41885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41885

Black with #B41885

Text Example


Text Example

White with #B41885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41885; }

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

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

background-color css

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

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

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

border-color css

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

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

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