#B265EF

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

Shades of Medium Orchid #B265EF

Tints of Medium Orchid #B265EF

Color information

#B265EF (or 0xB265EF) is unknown color: approx Medium Orchid. HEX triplet: B2, 65 and EF. RGB value is (178,101,239). Sum of RGB (Red+Green+Blue) = 178+101+239=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #B265EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B265EF is #4D9A10. Grayscale: #8B8B8B. Windows color (decimal): -5085713 or 15689138. OLE color: 15689138.

HSL color Cylindrical-coordinate representation of color #B265EF: hue angle of 273.48º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B265EF is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB178101239-
CMYK0.260.5800.06
HSL273.48º81.18%66.67%-
HSV(B)273.48º57.74%93.73%-
XYZ38.592584.45-
YUV139.76184.01155.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.36%
GREEN value IS 101 (39.84% from 255) = 19.50%
BLUE value IS 239 (93.75% from 255) = 46.14%
R=34.36%
G=19.50%
B=46.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1781012390.260.5800.06273.4881.1866.67
HexB265EF1A3A061115143
Octal262145357327206421121103
Binary1011001011001011110111111010111010011010001000110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B265EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B265EF; }

 p { color: rgb(178,101,239); }

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

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

 a { background-color: rgb(178,101,239); }

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

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

 span { border-color: rgb(178,101,239); }

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