#B64EDA

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

Shades of Medium Orchid #B64EDA

Tints of Medium Orchid #B64EDA

Color information

#B64EDA (or 0xB64EDA) is unknown color: approx Medium Orchid. HEX triplet: B6, 4E and DA. RGB value is (182,78,218). Sum of RGB (Red+Green+Blue) = 182+78+218=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #B64EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64EDA is #49B125. Grayscale: #7C7C7C. Windows color (decimal): -4829478 or 14306998. OLE color: 14306998.

HSL color Cylindrical-coordinate representation of color #B64EDA: hue angle of 284.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64EDA is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18278218-
CMYK0.170.6400.15
HSL284.57º65.42%58.04%-
HSV(B)284.57º64.22%85.49%-
XYZ34.6720.4668.45-
YUV125.06180.46168.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.08%
GREEN value IS 78 (30.86% from 255) = 16.32%
BLUE value IS 218 (85.55% from 255) = 45.61%
R=38.08%
G=16.32%
B=45.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal182782180.170.6400.15284.5765.4258.04
HexB64EDA11400F11d413a
Octal2661163322110001743510172
Binary10110110100111011011010100011000000011111000111011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64EDA; }

 p { color: rgb(182,78,218); }

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

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

 a { background-color: rgb(182,78,218); }

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

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

 span { border-color: rgb(182,78,218); }

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