#B564EA

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

Shades of Medium Orchid #B564EA

Tints of Medium Orchid #B564EA

Color information

#B564EA (or 0xB564EA) is unknown color: approx Medium Orchid. HEX triplet: B5, 64 and EA. RGB value is (181,100,234). Sum of RGB (Red+Green+Blue) = 181+100+234=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #B564EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B564EA is #4A9B15. Grayscale: #8B8B8B. Windows color (decimal): -4889366 or 15361205. OLE color: 15361205.

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

Color convert

RGB181100234-
CMYK0.230.5700.08
HSL276.27º76.14%65.49%-
HSV(B)276.27º57.26%91.76%-
XYZ38.4624.8880.62-
YUV139.5181.34157.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.15%
GREEN value IS 100 (39.45% from 255) = 19.42%
BLUE value IS 234 (91.80% from 255) = 45.44%
R=35.15%
G=19.42%
B=45.44%

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
Decimal1811002340.230.5700.08276.2776.1465.49
HexB564EA1739081144c41
Octal2651443522771010424114101
Binary10110101110010011101010101111110010100010001010010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B564EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B564EA; }

 p { color: rgb(181,100,234); }

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

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

 a { background-color: rgb(181,100,234); }

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

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

 span { border-color: rgb(181,100,234); }

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