Html Css Color HEX #B40B7B Medium Violet Red

📋 copy color: '#B40B7B'

red 180 ◦ green 11 ◦ blue 123

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

Shades of Medium Violet Red #B40B7B

Tints of Medium Violet Red #B40B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.17%

R = 57.32%
G = 3.5%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B40B7B (or 0xB40B7B) is known color: Medium Violet Red. HEX triplet: B4, 0B and 7B. RGB value is (180,11,123). Sum of RGB (Red+Green+Blue) = 180+11+123=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40B7B is #4BF484. Grayscale: #4A4A4A. Windows color (decimal): -4977797 or 8063924. OLE color: 8063924.

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

Color convert

RGB 180 11 123 -
CMYK 0 0.94 0.32 0.29
HSL 320.24º 0.88% 0.37% -
HSV(B) 320.24º 0.94% 0.71% -
XYZ 22.52 11.37 19.75 -
YUV 74.3 155.49 203.39 -
System Red Green Blue C M Y K H S L
Decimal 180 11 123 0 0.94 0.32 0.29 320.24 0.88 0.37
Hex B4 B 7B 0 5E 20 1D 140 58 25
Octal 264 13 173 0 136 40 35 500 130 45
Binary 10110100 1011 1111011 0 1011110 100000 11101 101000000 1011000 100101

Color Harmonies of #B40B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40B7B

Black with #B40B7B

Text Example


Text Example

White with #B40B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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