#B565EB

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

Shades of Medium Orchid #B565EB

Tints of Medium Orchid #B565EB

Color information

#B565EB (or 0xB565EB) is unknown color: approx Medium Orchid. HEX triplet: B5, 65 and EB. RGB value is (181,101,235). Sum of RGB (Red+Green+Blue) = 181+101+235=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #B565EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B565EB is #4A9A14. Grayscale: #8B8B8B. Windows color (decimal): -4889109 or 15426997. OLE color: 15426997.

HSL color Cylindrical-coordinate representation of color #B565EB: hue angle of 275.82º 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 #B565EB is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181101235-
CMYK0.230.5700.08
HSL275.82º77.01%65.88%-
HSV(B)275.82º57.02%92.16%-
XYZ38.7125.1381.41-
YUV140.2181.5157.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.01%
GREEN value IS 101 (39.84% from 255) = 19.54%
BLUE value IS 235 (92.19% from 255) = 45.45%
R=35.01%
G=19.54%
B=45.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811012350.230.5700.08275.8277.0165.88
HexB565EB1739081144d42
Octal2651453532771010424115102
Binary10110101110010111101011101111110010100010001010010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B565EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B565EB; }

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

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

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

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

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

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

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

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