Html Css Color HEX #B40187 Medium Violet Red

📋 copy color: '#B40187'

red 180 ◦ green 1 ◦ blue 135

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

Shades of Medium Violet Red #B40187

Tints of Medium Violet Red #B40187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 135 (53.13% from 255) = 42.72%

R = 56.96%
G = 0.32%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B40187 (or 0xB40187) is known color: Medium Violet Red. HEX triplet: B4, 01 and 87. RGB value is (180,1,135). Sum of RGB (Red+Green+Blue) = 180+1+135=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B40187 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40187 is #4BFE78. Grayscale: #454545. Windows color (decimal): -4980345 or 8847796. OLE color: 8847796.

HSL color Cylindrical-coordinate representation of color #B40187: hue angle of 315.08º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40187 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 1 135 -
CMYK 0 0.99 0.25 0.29
HSL 315.08º 0.99% 0.35% -
HSV(B) 315.08º 0.99% 0.71% -
XYZ 23.21 11.47 23.91 -
YUV 69.8 164.8 206.6 -
System Red Green Blue C M Y K H S L
Decimal 180 1 135 0 0.99 0.25 0.29 315.08 0.99 0.35
Hex B4 1 87 0 63 19 1D 13B 63 23
Octal 264 1 207 0 143 31 35 473 143 43
Binary 10110100 1 10000111 0 1100011 11001 11101 100111011 1100011 100011

Color Harmonies of #B40187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40187

Black with #B40187

Text Example


Text Example

White with #B40187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40187; }

 p { color: rgb(180,1,135); }

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

background-color css

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

 a { background-color: rgb(180,1,135); }

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

border-color css

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

 span { border-color: rgb(180,1,135); }

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