#B264E3

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

Shades of Medium Orchid #B264E3

Tints of Medium Orchid #B264E3

Color information

#B264E3 (or 0xB264E3) is unknown color: approx Medium Orchid. HEX triplet: B2, 64 and E3. RGB value is (178,100,227). Sum of RGB (Red+Green+Blue) = 178+100+227=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 227 (89.06% from 255 or 44.95% from 505); Max value from RGB is 227 - color contains mainly: blue. Hex color #B264E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B264E3 is #4D9B1C. Grayscale: #898989. Windows color (decimal): -5085981 or 14902450. OLE color: 14902450.

HSL color Cylindrical-coordinate representation of color #B264E3: hue angle of 276.85º degrees, saturation: 0.69, 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 #B264E3 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB178100227-
CMYK0.220.5600.11
HSL276.85º69.4%64.12%-
HSV(B)276.85º55.95%89.02%-
XYZ36.7824.1375.39-
YUV137.8178.34156.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.25%
GREEN value IS 100 (39.45% from 255) = 19.80%
BLUE value IS 227 (89.06% from 255) = 44.95%
R=35.25%
G=19.80%
B=44.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1781002270.220.5600.11276.8569.464.12
HexB264E316380B1154540
Octal2621443432670013425105100
Binary10110010110010011100011101101110000101110001010110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B264E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B264E3; }

 p { color: rgb(178,100,227); }

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

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

 a { background-color: rgb(178,100,227); }

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

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

 span { border-color: rgb(178,100,227); }

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