Html Css Color HEX #B40190 Medium Violet Red

📋 copy color: '#B40190'

red 180 ◦ green 1 ◦ blue 144

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

Shades of Medium Violet Red #B40190

Tints of Medium Violet Red #B40190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 55.38%
G = 0.31%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B40190 (or 0xB40190) is known color: Medium Violet Red. HEX triplet: B4, 01 and 90. RGB value is (180,1,144). Sum of RGB (Red+Green+Blue) = 180+1+144=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B40190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40190 is #4BFE6F. Grayscale: #464646. Windows color (decimal): -4980336 or 9437620. OLE color: 9437620.

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

Color convert

RGB 180 1 144 -
CMYK 0 0.99 0.2 0.29
HSL 312.07º 0.99% 0.35% -
HSV(B) 312.07º 0.99% 0.71% -
XYZ 23.87 11.74 27.39 -
YUV 70.82 169.3 205.87 -
System Red Green Blue C M Y K H S L
Decimal 180 1 144 0 0.99 0.2 0.29 312.07 0.99 0.35
Hex B4 1 90 0 63 14 1D 138 63 23
Octal 264 1 220 0 143 24 35 470 143 43
Binary 10110100 1 10010000 0 1100011 10100 11101 100111000 1100011 100011

Color Harmonies of #B40190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40190

Black with #B40190

Text Example


Text Example

White with #B40190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40190; }

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

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

background-color css

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

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

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

border-color css

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

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

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