#B44EFF

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

Shades of Medium Orchid #B44EFF

Tints of Medium Orchid #B44EFF

Color information

#B44EFF (or 0xB44EFF) is unknown color: approx Medium Orchid. HEX triplet: B4, 4E and FF. RGB value is (180,78,255). Sum of RGB (Red+Green+Blue) = 180+78+255=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 78 (30.86% from 255 or 15.20% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #B44EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B44EFF is #4BB100. Grayscale: #808080. Windows color (decimal): -4960513 or 16731828. OLE color: 16731828.

HSL color Cylindrical-coordinate representation of color #B44EFF: hue angle of 274.58º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B44EFF is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18078255-
CMYK0.290.6900
HSL274.58º100%65.29%-
HSV(B)274.58º69.41%100%-
XYZ39.622.3796.84-
YUV128.68199.29164.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.09%
GREEN value IS 78 (30.86% from 255) = 15.20%
BLUE value IS 255 (100% from 255) = 49.71%
R=35.09%
G=15.20%
B=49.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal180782550.290.6900274.5810065.29
HexB44EFF1D45001136441
Octal2641163773510500423144101
Binary101101001001110111111111110110001010010001001111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44EFF; }

 p { color: rgb(180,78,255); }

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

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

 a { background-color: rgb(180,78,255); }

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

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

 span { border-color: rgb(180,78,255); }

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