#B649E9

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

Shades of Medium Orchid #B649E9

Tints of Medium Orchid #B649E9

Color information

#B649E9 (or 0xB649E9) is unknown color: approx Medium Orchid. HEX triplet: B6, 49 and E9. RGB value is (182,73,233). Sum of RGB (Red+Green+Blue) = 182+73+233=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 233 (91.41% from 255 or 47.75% from 488); Max value from RGB is 233 - color contains mainly: blue. Hex color #B649E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B649E9 is #49B616. Grayscale: #7B7B7B. Windows color (decimal): -4830743 or 15288758. OLE color: 15288758.

HSL color Cylindrical-coordinate representation of color #B649E9: hue angle of 280.88º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B649E9 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18273233-
CMYK0.220.6900.09
HSL280.88º78.43%60%-
HSV(B)280.88º68.67%91.37%-
XYZ36.3820.5979.15-
YUV123.83189.61169.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.30%
GREEN value IS 73 (28.91% from 255) = 14.96%
BLUE value IS 233 (91.41% from 255) = 47.75%
R=37.30%
G=14.96%
B=47.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal182732330.220.6900.09280.8878.4360
HexB649E91645091194e3c
Octal2661113512610501143111674
Binary10110110100100111101001101101000101010011000110011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B649E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B649E9; }

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

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

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

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

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

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

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

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