#B144F7

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

Shades of Medium Orchid #B144F7

Tints of Medium Orchid #B144F7

Color information

#B144F7 (or 0xB144F7) is unknown color: approx Medium Orchid. HEX triplet: B1, 44 and F7. RGB value is (177,68,247). Sum of RGB (Red+Green+Blue) = 177+68+247=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 68 (26.95% from 255 or 13.82% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #B144F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B144F7 is #4EBB08. Grayscale: #787878. Windows color (decimal): -5159689 or 16204977. OLE color: 16204977.

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

Color convert

RGB17768247-
CMYK0.280.7200.03
HSL276.54º91.79%61.76%-
HSV(B)276.54º72.47%96.86%-
XYZ36.9920.289.94-
YUV121199.11167.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.98%
GREEN value IS 68 (26.95% from 255) = 13.82%
BLUE value IS 247 (96.88% from 255) = 50.20%
R=35.98%
G=13.82%
B=50.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal177682470.280.7200.03276.5491.7961.76
HexB144F71C48031155c3e
Octal261104367341100342513476
Binary101100011000100111101111110010010000111000101011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B144F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B144F7; }

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

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

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

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

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

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

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

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