Html Css Color HEX #B40690 Medium Violet Red

📋 copy color: '#B40690'

red 180 ◦ green 6 ◦ blue 144

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

Shades of Medium Violet Red #B40690

Tints of Medium Violet Red #B40690

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.82%

 BLUE value IS 144 (56.64% from 255) = 43.64%

R = 54.55%
G = 1.82%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B40690 (or 0xB40690) is known color: Medium Violet Red. HEX triplet: B4, 06 and 90. RGB value is (180,6,144). Sum of RGB (Red+Green+Blue) = 180+6+144=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B40690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40690 is #4BF96F. Grayscale: #494949. Windows color (decimal): -4979056 or 9438900. OLE color: 9438900.

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

Color convert

RGB 180 6 144 -
CMYK 0 0.97 0.2 0.29
HSL 312.41º 0.94% 0.36% -
HSV(B) 312.41º 0.97% 0.71% -
XYZ 23.92 11.85 27.41 -
YUV 73.76 167.65 203.78 -
System Red Green Blue C M Y K H S L
Decimal 180 6 144 0 0.97 0.2 0.29 312.41 0.94 0.36
Hex B4 6 90 0 61 14 1D 138 5E 24
Octal 264 6 220 0 141 24 35 470 136 44
Binary 10110100 110 10010000 0 1100001 10100 11101 100111000 1011110 100100

Color Harmonies of #B40690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40690

Black with #B40690

Text Example


Text Example

White with #B40690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40690; }

 p { color: rgb(180,6,144); }

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

background-color css

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

 a { background-color: rgb(180,6,144); }

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

border-color css

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

 span { border-color: rgb(180,6,144); }

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