#B63AEB

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

Shades of Medium Orchid #B63AEB

Tints of Medium Orchid #B63AEB

Color information

#B63AEB (or 0xB63AEB) is unknown color: approx Medium Orchid. HEX triplet: B6, 3A and EB. RGB value is (182,58,235). Sum of RGB (Red+Green+Blue) = 182+58+235=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 58 (23.05% from 255 or 12.21% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #B63AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63AEB is #49C514. Grayscale: #727272. Windows color (decimal): -4834581 or 15415990. OLE color: 15415990.

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

Color convert

RGB18258235-
CMYK0.230.7500.08
HSL282.03º81.57%57.45%-
HSV(B)282.03º75.32%92.16%-
XYZ35.818.9780.37-
YUV115.25195.58175.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.32%
GREEN value IS 58 (23.05% from 255) = 12.21%
BLUE value IS 235 (92.19% from 255) = 49.47%
R=38.32%
G=12.21%
B=49.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal182582350.230.7500.08282.0381.5757.45
HexB63AEB174B0811a5239
Octal266723532711301043212271
Binary1011011011101011101011101111001011010001000110101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63AEB; }

 p { color: rgb(182,58,235); }

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

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

 a { background-color: rgb(182,58,235); }

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

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

 span { border-color: rgb(182,58,235); }

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