#b148e3

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

Shades of Medium Orchid #B148E3

Tints of Medium Orchid #B148E3

Color information

#B148E3 (or 0xB148E3) is unknown color: approx Medium Orchid. HEX triplet: B1, 48 and E3. RGB value is (177,72,227). Sum of RGB (Red+Green+Blue) = 177+72+227=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 227 (89.06% from 255 or 47.69% from 476); Max value from RGB is 227 - color contains mainly: blue. Hex color #B148E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B148E3 is #4EB71C. Grayscale: #787878. Windows color (decimal): -5158685 or 14895281. OLE color: 14895281.

HSL color Cylindrical-coordinate representation of color #B148E3: hue angle of 280.65º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B148E3 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17772227-
CMYK0.220.6800.11
HSL280.65º73.46%58.63%-
HSV(B)280.65º68.28%89.02%-
XYZ34.3119.5374.63-
YUV121.06187.79167.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.18%
GREEN value IS 72 (28.52% from 255) = 15.13%
BLUE value IS 227 (89.06% from 255) = 47.69%
R=37.18%
G=15.13%
B=47.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal177722270.220.6800.11280.6573.4658.63
HexB148E316440B119493b
Octal2611103432610401343111173
Binary10110001100100011100011101101000100010111000110011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b148e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b148e3; }

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

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

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

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

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

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

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

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