Html Css Color HEX #B40FA1 Medium Violet Red

📋 copy color: '#B40FA1'

red 180 ◦ green 15 ◦ blue 161

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

Shades of Medium Violet Red #B40FA1

Tints of Medium Violet Red #B40FA1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.21%

 BLUE value IS 161 (63.28% from 255) = 45.22%

R = 50.56%
G = 4.21%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B40FA1 (or 0xB40FA1) is known color: Medium Violet Red. HEX triplet: B4, 0F and A1. RGB value is (180,15,161). Sum of RGB (Red+Green+Blue) = 180+15+161=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B40FA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40FA1 is #4BF05E. Grayscale: #505050. Windows color (decimal): -4976735 or 10555316. OLE color: 10555316.

HSL color Cylindrical-coordinate representation of color #B40FA1: hue angle of 306.91º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B40FA1 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 15 161 -
CMYK 0 0.92 0.11 0.29
HSL 306.91º 0.85% 0.38% -
HSV(B) 306.91º 0.92% 0.71% -
XYZ 25.43 12.62 34.81 -
YUV 80.98 173.16 198.63 -
System Red Green Blue C M Y K H S L
Decimal 180 15 161 0 0.92 0.11 0.29 306.91 0.85 0.38
Hex B4 F A1 0 5C B 1D 133 55 26
Octal 264 17 241 0 134 13 35 463 125 46
Binary 10110100 1111 10100001 0 1011100 1011 11101 100110011 1010101 100110

Color Harmonies of #B40FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40FA1

Black with #B40FA1

Text Example


Text Example

White with #B40FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40FA1; }

 p { color: rgb(180,15,161); }

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

background-color css

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

 a { background-color: rgb(180,15,161); }

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

border-color css

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

 span { border-color: rgb(180,15,161); }

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