#B739E0

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

Shades of Medium Orchid #B739E0

Tints of Medium Orchid #B739E0

Color information

#B739E0 (or 0xB739E0) is unknown color: approx Medium Orchid. HEX triplet: B7, 39 and E0. RGB value is (183,57,224). Sum of RGB (Red+Green+Blue) = 183+57+224=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 57 (22.66% from 255 or 12.28% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #B739E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B739E0 is #48C61F. Grayscale: #717171. Windows color (decimal): -4769312 or 14694839. OLE color: 14694839.

HSL color Cylindrical-coordinate representation of color #B739E0: hue angle of 285.27º 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 #B739E0 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18357224-
CMYK0.180.7500.12
HSL285.27º72.93%55.1%-
HSV(B)285.27º74.55%87.84%-
XYZ34.4518.3872.25-
YUV113.71190.24177.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.44%
GREEN value IS 57 (22.66% from 255) = 12.28%
BLUE value IS 224 (87.89% from 255) = 48.28%
R=39.44%
G=12.28%
B=48.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal183572240.180.7500.12285.2772.9355.1
HexB739E0124B0C11d4937
Octal267713402211301443511167
Binary1011011111100111100000100101001011011001000111011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B739E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B739E0; }

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

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

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

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

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

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

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

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