#B440EA

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

Shades of Medium Orchid #B440EA

Tints of Medium Orchid #B440EA

Color information

#B440EA (or 0xB440EA) is unknown color: approx Medium Orchid. HEX triplet: B4, 40 and EA. RGB value is (180,64,234). Sum of RGB (Red+Green+Blue) = 180+64+234=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #B440EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B440EA is #4BBF15. Grayscale: #757575. Windows color (decimal): -4964118 or 15351988. OLE color: 15351988.

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

Color convert

RGB18064234-
CMYK0.230.7300.08
HSL280.94º80.19%58.43%-
HSV(B)280.94º72.65%91.76%-
XYZ35.5119.3179.7-
YUV118.06193.43172.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 64 (25.39% from 255) = 13.39%
BLUE value IS 234 (91.80% from 255) = 48.95%
R=37.66%
G=13.39%
B=48.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal180642340.230.7300.08280.9480.1958.43
HexB440EA174908119503a
Octal2641003522711101043112072
Binary10110100100000011101010101111001001010001000110011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B440EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B440EA; }

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

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

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

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

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

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

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

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