#B44EDB

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

Shades of Medium Orchid #B44EDB

Tints of Medium Orchid #B44EDB

Color information

#B44EDB (or 0xB44EDB) is unknown color: approx Medium Orchid. HEX triplet: B4, 4E and DB. RGB value is (180,78,219). Sum of RGB (Red+Green+Blue) = 180+78+219=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #B44EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44EDB is #4BB124. Grayscale: #7C7C7C. Windows color (decimal): -4960549 or 14372532. OLE color: 14372532.

HSL color Cylindrical-coordinate representation of color #B44EDB: hue angle of 283.4º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B44EDB is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18078219-
CMYK0.180.6400.14
HSL283.4º66.2%58.24%-
HSV(B)283.4º64.38%85.88%-
XYZ34.3320.2769.12-
YUV124.57181.29167.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 78 (30.86% from 255) = 16.35%
BLUE value IS 219 (85.94% from 255) = 45.91%
R=37.74%
G=16.35%
B=45.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal180782190.180.6400.14283.466.258.24
HexB44EDB12400E11b423a
Octal2641163332210001643310272
Binary10110100100111011011011100101000000011101000110111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44EDB; }

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

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

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

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

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

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

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

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