#b364e4

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

Shades of Medium Orchid #B364E4

Tints of Medium Orchid #B364E4

Color information

#B364E4 (or 0xB364E4) is unknown color: approx Medium Orchid. HEX triplet: B3, 64 and E4. RGB value is (179,100,228). Sum of RGB (Red+Green+Blue) = 179+100+228=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 228 (89.45% from 255 or 44.97% from 507); Max value from RGB is 228 - color contains mainly: blue. Hex color #B364E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B364E4 is #4C9B1B. Grayscale: #898989. Windows color (decimal): -5020444 or 14967987. OLE color: 14967987.

HSL color Cylindrical-coordinate representation of color #B364E4: hue angle of 277.03º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B364E4 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB179100228-
CMYK0.210.5600.11
HSL277.03º70.33%64.31%-
HSV(B)277.03º56.14%89.41%-
XYZ37.1524.376.13-
YUV138.21178.67157.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.31%
GREEN value IS 100 (39.45% from 255) = 19.72%
BLUE value IS 228 (89.45% from 255) = 44.97%
R=35.31%
G=19.72%
B=44.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1791002280.210.5600.11277.0370.3364.31
HexB364E415380B1154640
Octal2631443442570013425106100
Binary10110011110010011100100101011110000101110001010110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b364e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b364e4; }

 p { color: rgb(179,100,228); }

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

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

 a { background-color: rgb(179,100,228); }

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

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

 span { border-color: rgb(179,100,228); }

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