#B367EA

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

Shades of Medium Orchid #B367EA

Tints of Medium Orchid #B367EA

Color information

#B367EA (or 0xB367EA) is unknown color: approx Medium Orchid. HEX triplet: B3, 67 and EA. RGB value is (179,103,234). Sum of RGB (Red+Green+Blue) = 179+103+234=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #B367EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B367EA is #4C9815. Grayscale: #8C8C8C. Windows color (decimal): -5019670 or 15361971. OLE color: 15361971.

HSL color Cylindrical-coordinate representation of color #B367EA: hue angle of 274.81º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B367EA is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179103234-
CMYK0.240.5600.08
HSL274.81º75.72%66.08%-
HSV(B)274.81º55.98%91.76%-
XYZ38.2925.2280.69-
YUV140.66180.68155.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.69%
GREEN value IS 103 (40.62% from 255) = 19.96%
BLUE value IS 234 (91.80% from 255) = 45.35%
R=34.69%
G=19.96%
B=45.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791032340.240.5600.08274.8175.7266.08
HexB367EA1838081134c42
Octal2631473523070010423114102
Binary10110011110011111101010110001110000100010001001110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B367EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B367EA; }

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

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

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

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

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

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

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

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