#B144E3

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

Shades of Medium Orchid #B144E3

Tints of Medium Orchid #B144E3

Color information

#B144E3 (or 0xB144E3) is unknown color: approx Medium Orchid. HEX triplet: B1, 44 and E3. RGB value is (177,68,227). Sum of RGB (Red+Green+Blue) = 177+68+227=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 227 (89.06% from 255 or 48.09% from 472); Max value from RGB is 227 - color contains mainly: blue. Hex color #B144E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B144E3 is #4EBB1C. Grayscale: #767676. Windows color (decimal): -5159709 or 14894257. OLE color: 14894257.

HSL color Cylindrical-coordinate representation of color #B144E3: hue angle of 281.13º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B144E3 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17768227-
CMYK0.220.7000.11
HSL281.13º73.95%57.84%-
HSV(B)281.13º70.04%89.02%-
XYZ34.0619.0374.55-
YUV118.72189.11169.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.5%
GREEN value IS 68 (26.95% from 255) = 14.41%
BLUE value IS 227 (89.06% from 255) = 48.09%
R=37.5%
G=14.41%
B=48.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal177682270.220.7000.11281.1373.9557.84
HexB144E316460B1194a3a
Octal2611043432610601343111272
Binary10110001100010011100011101101000110010111000110011001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B144E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B144E3; }

 p { color: rgb(177,68,227); }

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

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

 a { background-color: rgb(177,68,227); }

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

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

 span { border-color: rgb(177,68,227); }

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