Html Css Color HEX #B40689 Medium Violet Red

📋 copy color: '#B40689'

red 180 ◦ green 6 ◦ blue 137

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

Shades of Medium Violet Red #B40689

Tints of Medium Violet Red #B40689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.41%

R = 55.73%
G = 1.86%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B40689 (or 0xB40689) is known color: Medium Violet Red. HEX triplet: B4, 06 and 89. RGB value is (180,6,137). Sum of RGB (Red+Green+Blue) = 180+6+137=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B40689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40689 is #4BF976. Grayscale: #484848. Windows color (decimal): -4979063 or 8980148. OLE color: 8980148.

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

Color convert

RGB 180 6 137 -
CMYK 0 0.97 0.24 0.29
HSL 314.83º 0.94% 0.36% -
HSV(B) 314.83º 0.97% 0.71% -
XYZ 23.4 11.64 24.68 -
YUV 72.96 164.15 204.35 -
System Red Green Blue C M Y K H S L
Decimal 180 6 137 0 0.97 0.24 0.29 314.83 0.94 0.36
Hex B4 6 89 0 61 18 1D 13B 5E 24
Octal 264 6 211 0 141 30 35 473 136 44
Binary 10110100 110 10001001 0 1100001 11000 11101 100111011 1011110 100100

Color Harmonies of #B40689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40689

Black with #B40689

Text Example


Text Example

White with #B40689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40689; }

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

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

background-color css

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

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

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

border-color css

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

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

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