#B144D4

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

Shades of Medium Orchid #B144D4

Tints of Medium Orchid #B144D4

Color information

#B144D4 (or 0xB144D4) is unknown color: approx Medium Orchid. HEX triplet: B1, 44 and D4. RGB value is (177,68,212). Sum of RGB (Red+Green+Blue) = 177+68+212=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 68 (26.95% from 255 or 14.88% from 457); Blue value is 212 (83.20% from 255 or 46.39% from 457); Max value from RGB is 212 - color contains mainly: blue. Hex color #B144D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B144D4 is #4EBB2B. Grayscale: #747474. Windows color (decimal): -5159724 or 13911217. OLE color: 13911217.

HSL color Cylindrical-coordinate representation of color #B144D4: hue angle of 285.42º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B144D4 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17768212-
CMYK0.170.6800.17
HSL285.42º62.61%54.9%-
HSV(B)285.42º67.92%83.14%-
XYZ32.0818.2364.12-
YUV117.01181.61170.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.73%
GREEN value IS 68 (26.95% from 255) = 14.88%
BLUE value IS 212 (83.20% from 255) = 46.39%
R=38.73%
G=14.88%
B=46.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal177682120.170.6800.17285.4262.6154.9
HexB144D4114401111d3f37
Octal261104324211040214357767
Binary10110001100010011010100100011000100010001100011101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B144D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B144D4; }

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

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

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

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

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

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

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

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