Html Css Color HEX #B40090 Medium Violet Red

📋 copy color: '#B40090'

red 180 ◦ green 0 ◦ blue 144

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

Shades of Medium Violet Red #B40090

Tints of Medium Violet Red #B40090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.56%
G = 0%
B = 44.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B40090 (or 0xB40090) is known color: Medium Violet Red. HEX triplet: B4, 00 and 90. RGB value is (180,0,144). Sum of RGB (Red+Green+Blue) = 180+0+144=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B40090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40090 is #4BFF6F. Grayscale: #454545. Windows color (decimal): -4980592 or 9437364. OLE color: 9437364.

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

Color convert

RGB 180 0 144 -
CMYK 0 1 0.2 0.29
HSL 312º 1% 0.35% -
HSV(B) 312º 1% 0.71% -
XYZ 23.86 11.72 27.39 -
YUV 70.24 169.63 206.29 -
System Red Green Blue C M Y K H S L
Decimal 180 0 144 0 1 0.2 0.29 312 1 0.35
Hex B4 0 90 0 64 14 1D 138 64 23
Octal 264 0 220 0 144 24 35 470 144 43
Binary 10110100 0 10010000 0 1100100 10100 11101 100111000 1100100 100011

Color Harmonies of #B40090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40090

Black with #B40090

Text Example


Text Example

White with #B40090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40090; }

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

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

background-color css

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

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

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

border-color css

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

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

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