#B644EF

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

Shades of Medium Orchid #B644EF

Tints of Medium Orchid #B644EF

Color information

#B644EF (or 0xB644EF) is unknown color: approx Medium Orchid. HEX triplet: B6, 44 and EF. RGB value is (182,68,239). Sum of RGB (Red+Green+Blue) = 182+68+239=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 68 (26.95% from 255 or 13.91% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #B644EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B644EF is #49BB10. Grayscale: #797979. Windows color (decimal): -4832017 or 15680694. OLE color: 15680694.

HSL color Cylindrical-coordinate representation of color #B644EF: hue angle of 280º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B644EF is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18268239-
CMYK0.240.7200.06
HSL280º84.24%60.2%-
HSV(B)280º71.55%93.73%-
XYZ36.9420.3183.63-
YUV121.58194.27171.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.22%
GREEN value IS 68 (26.95% from 255) = 13.91%
BLUE value IS 239 (93.75% from 255) = 48.88%
R=37.22%
G=13.91%
B=48.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal182682390.240.7200.0628084.2460.2
HexB644EF184806118543c
Octal266104357301100643012474
Binary1011011010001001110111111000100100001101000110001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B644EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B644EF; }

 p { color: rgb(182,68,239); }

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

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

 a { background-color: rgb(182,68,239); }

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

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

 span { border-color: rgb(182,68,239); }

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