#B440E9

Color #B440E9 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B440E9

Tints of Medium Orchid #B440E9

Color information

#B440E9 (or 0xB440E9) is unknown color: approx Medium Orchid. HEX triplet: B4, 40 and E9. RGB value is (180,64,233). Sum of RGB (Red+Green+Blue) = 180+64+233=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 233 (91.41% from 255 or 48.85% from 477); Max value from RGB is 233 - color contains mainly: blue. Hex color #B440E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B440E9 is #4BBF16. Grayscale: #757575. Windows color (decimal): -4964119 or 15286452. OLE color: 15286452.

HSL color Cylindrical-coordinate representation of color #B440E9: hue angle of 281.18º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B440E9 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18064233-
CMYK0.230.7300.09
HSL281.18º79.34%58.24%-
HSV(B)281.18º72.53%91.37%-
XYZ35.3619.2578.94-
YUV117.95192.93172.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 64 (25.39% from 255) = 13.42%
BLUE value IS 233 (91.41% from 255) = 48.85%
R=37.74%
G=13.42%
B=48.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal180642330.230.7300.09281.1879.3458.24
HexB440E91749091194f3a
Octal2641003512711101143111772
Binary10110100100000011101001101111001001010011000110011001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B440E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B440E9; }

 p { color: rgb(180,64,233); }

 H1.HeaderClassName
 {
   color: #B440E9;
 }
 .AnyTagClassName
 {
   color: #B440E9;
 }
</style>
background-color css

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

 a { background-color: rgb(180,64,233); }

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

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

 span { border-color: rgb(180,64,233); }

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