#B63AEA

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

Shades of Medium Orchid #B63AEA

Tints of Medium Orchid #B63AEA

Color information

#B63AEA (or 0xB63AEA) is unknown color: approx Medium Orchid. HEX triplet: B6, 3A and EA. RGB value is (182,58,234). Sum of RGB (Red+Green+Blue) = 182+58+234=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 58 (23.05% from 255 or 12.24% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #B63AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63AEA is #49C515. Grayscale: #727272. Windows color (decimal): -4834582 or 15350454. OLE color: 15350454.

HSL color Cylindrical-coordinate representation of color #B63AEA: hue angle of 282.27º degrees, saturation: 0.81, 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 #B63AEA is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18258234-
CMYK0.220.7500.08
HSL282.27º80.73%57.25%-
HSV(B)282.27º75.21%91.76%-
XYZ35.6618.9179.61-
YUV115.14195.08175.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.40%
GREEN value IS 58 (23.05% from 255) = 12.24%
BLUE value IS 234 (91.80% from 255) = 49.37%
R=38.40%
G=12.24%
B=49.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal182582340.220.7500.08282.2780.7357.25
HexB63AEA164B0811a5139
Octal266723522611301043212171
Binary1011011011101011101010101101001011010001000110101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63AEA; }

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

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

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

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

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

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

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

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