#B265EB

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

Shades of Medium Orchid #B265EB

Tints of Medium Orchid #B265EB

Color information

#B265EB (or 0xB265EB) is unknown color: approx Medium Orchid. HEX triplet: B2, 65 and EB. RGB value is (178,101,235). Sum of RGB (Red+Green+Blue) = 178+101+235=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #B265EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B265EB is #4D9A14. Grayscale: #8A8A8A. Windows color (decimal): -5085717 or 15426994. OLE color: 15426994.

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

Color convert

RGB178101235-
CMYK0.240.5700.08
HSL274.48º77.01%65.88%-
HSV(B)274.48º57.02%92.16%-
XYZ38.0124.7781.38-
YUV139.3182.01155.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.63%
GREEN value IS 101 (39.84% from 255) = 19.65%
BLUE value IS 235 (92.19% from 255) = 45.72%
R=34.63%
G=19.65%
B=45.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781012350.240.5700.08274.4877.0165.88
HexB265EB1839081124d42
Octal2621453533071010422115102
Binary10110010110010111101011110001110010100010001001010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B265EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B265EB; }

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

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

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

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

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

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

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

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