Html Css Color HEX #B41C8B Medium Violet Red

📋 copy color: '#B41C8B'

red 180 ◦ green 28 ◦ blue 139

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

Shades of Medium Violet Red #B41C8B

Tints of Medium Violet Red #B41C8B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.07%

 BLUE value IS 139 (54.69% from 255) = 40.06%

R = 51.87%
G = 8.07%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B41C8B (or 0xB41C8B) is known color: Medium Violet Red. HEX triplet: B4, 1C and 8B. RGB value is (180,28,139). Sum of RGB (Red+Green+Blue) = 180+28+139=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41C8B is #4BE374. Grayscale: #555555. Windows color (decimal): -4973429 or 9116852. OLE color: 9116852.

HSL color Cylindrical-coordinate representation of color #B41C8B: hue angle of 316.18º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B41C8B is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 28 139 -
CMYK 0 0.84 0.23 0.29
HSL 316.18º 0.73% 0.41% -
HSV(B) 316.18º 0.84% 0.71% -
XYZ 23.9 12.4 25.56 -
YUV 86.1 157.86 194.97 -
System Red Green Blue C M Y K H S L
Decimal 180 28 139 0 0.84 0.23 0.29 316.18 0.73 0.41
Hex B4 1C 8B 0 54 17 1D 13C 49 29
Octal 264 34 213 0 124 27 35 474 111 51
Binary 10110100 11100 10001011 0 1010100 10111 11101 100111100 1001001 101001

Color Harmonies of #B41C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41C8B

Black with #B41C8B

Text Example


Text Example

White with #B41C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41C8B; }

 p { color: rgb(180,28,139); }

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

background-color css

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

 a { background-color: rgb(180,28,139); }

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

border-color css

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

 span { border-color: rgb(180,28,139); }

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