#B367E5

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

Shades of Medium Orchid #B367E5

Tints of Medium Orchid #B367E5

Color information

#B367E5 (or 0xB367E5) is unknown color: approx Medium Orchid. HEX triplet: B3, 67 and E5. RGB value is (179,103,229). Sum of RGB (Red+Green+Blue) = 179+103+229=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #B367E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367E5 is #4C981A. Grayscale: #8B8B8B. Windows color (decimal): -5019675 or 15034291. OLE color: 15034291.

HSL color Cylindrical-coordinate representation of color #B367E5: hue angle of 276.19º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B367E5 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB179103229-
CMYK0.220.5500.10
HSL276.19º70.79%65.1%-
HSV(B)276.19º55.02%89.8%-
XYZ37.5824.9476.96-
YUV140.09178.18155.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.03%
GREEN value IS 103 (40.62% from 255) = 20.16%
BLUE value IS 229 (89.84% from 255) = 44.81%
R=35.03%
G=20.16%
B=44.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1791032290.220.5500.10276.1970.7965.1
HexB367E516370A1144741
Octal2631473452667012424107101
Binary10110011110011111100101101101101110101010001010010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B367E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B367E5; }

 p { color: rgb(179,103,229); }

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

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

 a { background-color: rgb(179,103,229); }

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

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

 span { border-color: rgb(179,103,229); }

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