#B649E6

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

Shades of Medium Orchid #B649E6

Tints of Medium Orchid #B649E6

Color information

#B649E6 (or 0xB649E6) is unknown color: approx Medium Orchid. HEX triplet: B6, 49 and E6. RGB value is (182,73,230). Sum of RGB (Red+Green+Blue) = 182+73+230=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 230 - color contains mainly: blue. Hex color #B649E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B649E6 is #49B619. Grayscale: #7A7A7A. Windows color (decimal): -4830746 or 15092150. OLE color: 15092150.

HSL color Cylindrical-coordinate representation of color #B649E6: hue angle of 281.66º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B649E6 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18273230-
CMYK0.210.6800.10
HSL281.66º75.85%59.41%-
HSV(B)281.66º68.26%90.2%-
XYZ35.9620.4276.91-
YUV123.49188.11169.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.53%
GREEN value IS 73 (28.91% from 255) = 15.05%
BLUE value IS 230 (90.23% from 255) = 47.42%
R=37.53%
G=15.05%
B=47.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal182732300.210.6800.10281.6675.8559.41
HexB649E615440A11a4c3b
Octal2661113462510401243211473
Binary10110110100100111100110101011000100010101000110101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B649E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B649E6; }

 p { color: rgb(182,73,230); }

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

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

 a { background-color: rgb(182,73,230); }

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

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

 span { border-color: rgb(182,73,230); }

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