#b144df

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

Shades of Medium Orchid #B144DF

Tints of Medium Orchid #B144DF

Color information

#B144DF (or 0xB144DF) is unknown color: approx Medium Orchid. HEX triplet: B1, 44 and DF. RGB value is (177,68,223). Sum of RGB (Red+Green+Blue) = 177+68+223=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #B144DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B144DF is #4EBB20. Grayscale: #757575. Windows color (decimal): -5159713 or 14632113. OLE color: 14632113.

HSL color Cylindrical-coordinate representation of color #B144DF: hue angle of 282.19º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B144DF is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17768223-
CMYK0.210.7000.13
HSL282.19º70.78%57.06%-
HSV(B)282.19º69.51%87.45%-
XYZ33.5218.8171.68-
YUV118.26187.11169.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.82%
GREEN value IS 68 (26.95% from 255) = 14.53%
BLUE value IS 223 (87.5% from 255) = 47.65%
R=37.82%
G=14.53%
B=47.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal177682230.210.7000.13282.1970.7857.06
HexB144DF15460D11a4739
Octal2611043372510601543210771
Binary10110001100010011011111101011000110011011000110101000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b144df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b144df; }

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

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

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

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

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

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

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

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