Html Css Color HEX #B40A7B Medium Violet Red

📋 copy color: '#B40A7B'

red 180 ◦ green 10 ◦ blue 123

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

Shades of Medium Violet Red #B40A7B

Tints of Medium Violet Red #B40A7B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.19%

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

R = 57.51%
G = 3.19%
B = 39.3%

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

#B40A7B (or 0xB40A7B) is known color: Medium Violet Red. HEX triplet: B4, 0A and 7B. RGB value is (180,10,123). Sum of RGB (Red+Green+Blue) = 180+10+123=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40A7B is #4BF584. Grayscale: #494949. Windows color (decimal): -4978053 or 8063668. OLE color: 8063668.

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

Color convert

RGB 180 10 123 -
CMYK 0 0.94 0.32 0.29
HSL 320.12º 0.89% 0.37% -
HSV(B) 320.12º 0.94% 0.71% -
XYZ 22.51 11.35 19.74 -
YUV 73.71 155.82 203.81 -
System Red Green Blue C M Y K H S L
Decimal 180 10 123 0 0.94 0.32 0.29 320.12 0.89 0.37
Hex B4 A 7B 0 5E 20 1D 140 59 25
Octal 264 12 173 0 136 40 35 500 131 45
Binary 10110100 1010 1111011 0 1011110 100000 11101 101000000 1011001 100101

Color Harmonies of #B40A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40A7B

Black with #B40A7B

Text Example


Text Example

White with #B40A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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