Html Css Color HEX #B40B7D Medium Violet Red

📋 copy color: '#B40B7D'

red 180 ◦ green 11 ◦ blue 125

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

Shades of Medium Violet Red #B40B7D

Tints of Medium Violet Red #B40B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.56%

R = 56.96%
G = 3.48%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B40B7D (or 0xB40B7D) is known color: Medium Violet Red. HEX triplet: B4, 0B and 7D. RGB value is (180,11,125). Sum of RGB (Red+Green+Blue) = 180+11+125=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40B7D is #4BF482. Grayscale: #4A4A4A. Windows color (decimal): -4977795 or 8194996. OLE color: 8194996.

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

Color convert

RGB 180 11 125 -
CMYK 0 0.94 0.31 0.29
HSL 319.53º 0.88% 0.37% -
HSV(B) 319.53º 0.94% 0.71% -
XYZ 22.64 11.42 20.41 -
YUV 74.53 156.49 203.23 -
System Red Green Blue C M Y K H S L
Decimal 180 11 125 0 0.94 0.31 0.29 319.53 0.88 0.37
Hex B4 B 7D 0 5E 1F 1D 140 58 25
Octal 264 13 175 0 136 37 35 500 130 45
Binary 10110100 1011 1111101 0 1011110 11111 11101 101000000 1011000 100101

Color Harmonies of #B40B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40B7D

Black with #B40B7D

Text Example


Text Example

White with #B40B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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