#B264ED

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

Shades of Medium Orchid #B264ED

Tints of Medium Orchid #B264ED

Color information

#B264ED (or 0xB264ED) is unknown color: approx Medium Orchid. HEX triplet: B2, 64 and ED. RGB value is (178,100,237). Sum of RGB (Red+Green+Blue) = 178+100+237=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #B264ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B264ED is #4D9B12. Grayscale: #8A8A8A. Windows color (decimal): -5085971 or 15557810. OLE color: 15557810.

HSL color Cylindrical-coordinate representation of color #B264ED: hue angle of 274.16º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B264ED is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178100237-
CMYK0.250.5800.07
HSL274.16º79.19%66.08%-
HSV(B)274.16º57.81%92.94%-
XYZ38.224.6982.87-
YUV138.94183.34155.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.56%
GREEN value IS 100 (39.45% from 255) = 19.42%
BLUE value IS 237 (92.97% from 255) = 46.02%
R=34.56%
G=19.42%
B=46.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781002370.250.5800.07274.1679.1966.08
HexB264ED193A071124f42
Octal262144355317207422117102
Binary1011001011001001110110111001111010011110001001010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B264ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B264ED; }

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

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

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

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

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

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

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

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