Html Css Color HEX #B40BA0 Medium Violet Red

📋 copy color: '#B40BA0'

red 180 ◦ green 11 ◦ blue 160

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

Shades of Medium Violet Red #B40BA0

Tints of Medium Violet Red #B40BA0

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.13%

 BLUE value IS 160 (62.89% from 255) = 45.58%

R = 51.28%
G = 3.13%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B40BA0 (or 0xB40BA0) is known color: Medium Violet Red. HEX triplet: B4, 0B and A0. RGB value is (180,11,160). Sum of RGB (Red+Green+Blue) = 180+11+160=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B40BA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40BA0 is #4BF45F. Grayscale: #4E4E4E. Windows color (decimal): -4977760 or 10488756. OLE color: 10488756.

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

Color convert

RGB 180 11 160 -
CMYK 0 0.94 0.11 0.29
HSL 307.1º 0.88% 0.37% -
HSV(B) 307.1º 0.94% 0.71% -
XYZ 25.29 12.48 34.33 -
YUV 78.52 173.99 200.38 -
System Red Green Blue C M Y K H S L
Decimal 180 11 160 0 0.94 0.11 0.29 307.1 0.88 0.37
Hex B4 B A0 0 5E B 1D 133 58 25
Octal 264 13 240 0 136 13 35 463 130 45
Binary 10110100 1011 10100000 0 1011110 1011 11101 100110011 1011000 100101

Color Harmonies of #B40BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40BA0

Black with #B40BA0

Text Example


Text Example

White with #B40BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40BA0; }

 p { color: rgb(180,11,160); }

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

background-color css

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

 a { background-color: rgb(180,11,160); }

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

border-color css

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

 span { border-color: rgb(180,11,160); }

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