#b144ff

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

Shades of Medium Orchid #B144FF

Tints of Medium Orchid #B144FF

Color information

#B144FF (or 0xB144FF) is unknown color: approx Medium Orchid. HEX triplet: B1, 44 and FF. RGB value is (177,68,255). Sum of RGB (Red+Green+Blue) = 177+68+255=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 68 (26.95% from 255 or 13.6% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #B144FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B144FF is #4EBB00. Grayscale: #797979. Windows color (decimal): -5159681 or 16729265. OLE color: 16729265.

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

Color convert

RGB17768255-
CMYK0.310.7300
HSL274.97º100%63.33%-
HSV(B)274.97º73.33%100%-
XYZ38.2520.796.59-
YUV121.91203.11167.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.4%
GREEN value IS 68 (26.95% from 255) = 13.6%
BLUE value IS 255 (100% from 255) = 51%
R=35.4%
G=13.6%
B=51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal177682550.310.7300274.9710063.33
HexB144FF1F4900113643f
Octal261104377371110042314477
Binary10110001100010011111111111111001001001000100111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b144ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b144ff; }

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

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

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

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

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

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

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

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