#B144F6

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

Shades of Medium Orchid #B144F6

Tints of Medium Orchid #B144F6

Color information

#B144F6 (or 0xB144F6) is unknown color: approx Medium Orchid. HEX triplet: B1, 44 and F6. RGB value is (177,68,246). Sum of RGB (Red+Green+Blue) = 177+68+246=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 68 (26.95% from 255 or 13.85% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #B144F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B144F6 is #4EBB09. Grayscale: #787878. Windows color (decimal): -5159690 or 16139441. OLE color: 16139441.

HSL color Cylindrical-coordinate representation of color #B144F6: hue angle of 276.74º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B144F6 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17768246-
CMYK0.280.7200.04
HSL276.74º90.82%61.57%-
HSV(B)276.74º72.36%96.47%-
XYZ36.8320.1489.13-
YUV120.88198.61168.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 68 (26.95% from 255) = 13.85%
BLUE value IS 246 (96.48% from 255) = 50.10%
R=36.05%
G=13.85%
B=50.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal177682460.280.7200.04276.7490.8261.57
HexB144F61C48041155b3e
Octal261104366341100442513376
Binary1011000110001001111011011100100100001001000101011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B144F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B144F6; }

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

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

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

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

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

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

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

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