#B439E0

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

Shades of Medium Orchid #B439E0

Tints of Medium Orchid #B439E0

Color information

#B439E0 (or 0xB439E0) is unknown color: approx Medium Orchid. HEX triplet: B4, 39 and E0. RGB value is (180,57,224). Sum of RGB (Red+Green+Blue) = 180+57+224=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 57 (22.66% from 255 or 12.36% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #B439E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B439E0 is #4BC61F. Grayscale: #707070. Windows color (decimal): -4965920 or 14694836. OLE color: 14694836.

HSL color Cylindrical-coordinate representation of color #B439E0: hue angle of 284.19º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B439E0 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18057224-
CMYK0.200.7500.12
HSL284.19º72.93%55.1%-
HSV(B)284.19º74.55%87.84%-
XYZ33.7418.0172.22-
YUV112.82190.75175.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 57 (22.66% from 255) = 12.36%
BLUE value IS 224 (87.89% from 255) = 48.59%
R=39.05%
G=12.36%
B=48.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal180572240.200.7500.12284.1972.9355.1
HexB439E0144B0C11c4937
Octal264713402411301443411167
Binary1011010011100111100000101001001011011001000111001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B439E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B439E0; }

 p { color: rgb(180,57,224); }

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

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

 a { background-color: rgb(180,57,224); }

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

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

 span { border-color: rgb(180,57,224); }

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