Html Css Color HEX #B40F85 Medium Violet Red

📋 copy color: '#B40F85'

red 180 ◦ green 15 ◦ blue 133

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

Shades of Medium Violet Red #B40F85

Tints of Medium Violet Red #B40F85

RGB

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

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

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

R = 54.88%
G = 4.57%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B40F85 (or 0xB40F85) is known color: Medium Violet Red. HEX triplet: B4, 0F and 85. RGB value is (180,15,133). Sum of RGB (Red+Green+Blue) = 180+15+133=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40F85 is #4BF07A. Grayscale: #4D4D4D. Windows color (decimal): -4976763 or 8720308. OLE color: 8720308.

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

Color convert

RGB 180 15 133 -
CMYK 0 0.92 0.26 0.29
HSL 317.09º 0.85% 0.38% -
HSV(B) 317.09º 0.92% 0.71% -
XYZ 23.23 11.74 23.23 -
YUV 77.79 159.16 200.91 -
System Red Green Blue C M Y K H S L
Decimal 180 15 133 0 0.92 0.26 0.29 317.09 0.85 0.38
Hex B4 F 85 0 5C 1A 1D 13D 55 26
Octal 264 17 205 0 134 32 35 475 125 46
Binary 10110100 1111 10000101 0 1011100 11010 11101 100111101 1010101 100110

Color Harmonies of #B40F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40F85

Black with #B40F85

Text Example


Text Example

White with #B40F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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